Enable xampp mod_rewrite
4By default mod_rewrite module is not enabled in apache with XAMPP.
To enable mod_rewrite in xampp first go to the directory of installation <xampp-directory>\apache\conf and edit httpd.conf. Find the line that contains
#LoadModule rewrite_module modules/mod_rewrite.so
uncomment this(should be):
LoadModule rewrite_module modules/mod_rewrite.so
Also find AllowOverride None
Should be:
AllowOverride All
AllowOverride appears 2 or 3 times on the configuration file. Change all of them.
Hi I'm Nick Bartlett and thanks for visiting my blog. I'm not much of a writer; many of my posts are short and to the point while others are meant to be a reference for myself and other web developers.
I had the Object Not Found error, and this sorted it for me. Great blog, short and to the point, and it worked!
I have done these. I am having issues still. I uninstalled xampp and reinstalled. May have caused more problems. Can you help? Email me if you can. Thanks
I have the same question with “magento 404 error: Page not found”
I delate the sote website, so what can I do,
Can you help me ? http://ckunderwearstore.com/ have a problem with 404, can not open it
Hey!
Thank you this really works!
In the new version of XAMPP LoadModule rewrite_module modules/mod_rewrite.so is enabled,
But it still didn’t work,
but after changing AllowOverride None to AllowOverride All
IT NOW WORKS!!!!