transmetent Posted November 11, 2016 Share Posted November 11, 2016 Hi, Just I installed prestashop 1.7 and when I go to admin folder I get a 500 error. I see the olg file and it says web/admin/.htaccess: Option MultiViews not allowed here Can somebody help me to solve it? Thanks!! Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 15, 2016 Share Posted November 15, 2016 You need to add or update the line AllowOverride to include Options=All,MultiViews to your Apache virtual host, the vhost configuration file should then look like: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride Indexes Options=All,MultiViews Order allow,deny allow from all </Directory> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now