Pretty URLS and WAMP [SOLVED]
Posted: Tue Oct 09, 2007 2:44 am
I am trying a CMSMS website locally thru WAMP. I followed the Pretty URLs guide from the Wiki, as I have done a few other times (I've tried it on real servers though).
First off I was getting an error message saying:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
So I went into to WAMP's config files>httpd.conf and changed this line
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
AllowOverride All
Into this:
AllowOverride None
And the home page of my dummy site seems to work, also the address bar gets rewritten. But child pages are not showing, for example when I click on "How CMSMS Works" I get this message:
Not Found
The requested URL /dummysite/how-cmsms-works/ was not found on this server.
I think it's probably a setting in WAMP that I have to fix but I can't tell for sure. Any help will be appreciated. THANKS!
First off I was getting an error message saying:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
So I went into to WAMP's config files>httpd.conf and changed this line
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
AllowOverride All
Into this:
AllowOverride None
And the home page of my dummy site seems to work, also the address bar gets rewritten. But child pages are not showing, for example when I click on "How CMSMS Works" I get this message:
Not Found
The requested URL /dummysite/how-cmsms-works/ was not found on this server.
I think it's probably a setting in WAMP that I have to fix but I can't tell for sure. Any help will be appreciated. THANKS!