Back to Top

Magento “Your web server is configured incorrectly.”

Updated 30 December 2014

After installing fresh magento on your server, if you are getting below message in your magento admin.

It means magento .htaccess are not working on your server.

So to solve this issue you have to change some lines inside apache config file.

simply go to /etc/apache2/sites-enabled/ 

Searching for an experienced
Magento Company ?
Find out More

here you will have to edit one file which name is like default.

<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>

only change the AllowOverride value from None to All

Now you have to restart your apache webserver then it will work fine.

run this command to restart the server: service apache2 restart

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home