This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hello, I've installed octobercms for the first time succesfully but i get on the backend and at sample the ajax site a 404 error.
I've tried to search on stackoverflow and in this forum and follow the instructions on the site for the vhost files, apache conf file and the htaccess but nothing worked for my. So i hope somebody in this forum can help me.
I have a Vserver with PHP7.2 and Apache2 here my vhost and my apache conf:<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/mysite
<Directory /var/www/mysite/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
yes the mod_rewrite is active and the debug mode is on but they show me no notification.
Best regards Marvin
Last updated
1-1 of 1