Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter juliom

    (@juliom)

    Fixed.

    The .htaccess file is correct. the httpd file the word “All” has to be lower case. Also had to go and change all the AllowOverride None within httpd.conf file to “all” with a lower case “a”.

    <Directory />
    Options FollowSymLinks
    AllowOverride all
    Order allow,deny
    Allow from all
    </Directory>

Viewing 1 replies (of 1 total)