Search This Blog

Mind freaker Stuff

Please Visit my new blog http://www.mindfreakerstuff.com for new articles related to web and mobile designing.

Saturday, October 15, 2011

SEO "Use Web Server Rewrites" 404 Error : Magento

Admin Path:

System > Configuration > Web > Search Engines Optimization >  'Use Web Server Rewrites' > Yes

 Error: 

404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Solution : 

Magento can use more human looking and search engine friendly addresses for it's pages if you switch on 'Use Web Server Rewrites'. This relies on two things.
  1. Apache's mod_rewrite module. All our servers have this installed and enabled.
  2. A .htaccess file in the same folder as your Magento install. Magento comes with a .htaccess file for you to use that should work as is.
If you switch on 'Use Web Server Rewrites' and get 404 errors then check that the .htaccess file is installed.
Some FTP programs may not show .htaccess files or upload them without switching on an option to show 'hidden' files. On UNIX based operating systems, files beginning with a period such as .htaccess are not shown in listings with the usual ls command. You can view them on the command line with 'ls -a' to show all files.


Ref- http://aegishosting.co.uk/support/knowledgebase/7/Using-Web-Server-Rewrites.html

No comments:

Post a Comment