This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

lapo.nesi64013
lapo.nesi64013

Hi to all I've a server with serveral laravel projet on it, served by apache2 configured via "sites-aviable" configuration file.

My conf is like:

    <VirtualHost *:80>

    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html/federlegno/public
    ServerName xxxx.net
    Alias /web2 /var/www/html/sito2/public
    Alias /october /var/www/html/octoberCms/public
    [...]
    <Directory /var/www/html/federlegno>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Allow from all 
    </Directory>
    <Directory /var/www/html/octoberCms>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Allow from all 
    </Directory>
     <Directory /var/www/html/sito2>
            Options Indexes FollowSymLinks MultiViews
            AllowOverride All
            Allow from all 
    </Directory>

The owner of october cms is "www-data", and the installation set all to 777 permission, but if visit: xxxx.net/october a 404 page is showed.

please help me

Last updated

daftspunky
daftspunky

This configuration looks fine. You may need to check that all the correct apache modules are switched on

This is about as far as we can assist in an October CMS forum, try asking in an Apache support forum or even StackOverflow

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.