I just installed a mini cms and I have added this site to my virtual host files. The base url is:
minicms.local
When I go to minicms.local in the browser I see the homepage correctly but when i click on a link thats past the index.php i get this browser message:
wth is going on?Not Found
The requested URL /whatson/ was not found on this server.
I think it may have something to do with the .htaccess file in this site? because in the .htaccess file there is this:
RewriteRule ^whatson$ /whatson/ [R]
RewriteRule ^whatson/(template=([a-zA-Z]+))?$ /index.php?content=whatson&template=$2
If i go to the long url it works but the shortened version doesnt?
basically this should work but doesnt:
minicms.local/whatson
instead i get this:
Not Found
The requested URL /whatson/ was not found on this server.
and for some strange reason this link works and shows me the webpage correctly:
minicms.local/index.php?content=whatson&template=$2
in the .htaccess file i have this at the top:
RewriteEngine on
If anyone has any ideas why the minicms.local/whatson/ doesnt work please let me know!?
P.S.
I just installed Apache, MySQL, PHP/phpMyadmin yesterday. I have the latest downloads for all of these. I dont know if this would cause a problem? I don't really want to revert to the older versions just to see if this fixes it. I am on XP 64bit and the only official XP 64bit installer was for MySQL the rest are standard 32bit. I hope I have given you enough information if not please ask me what more information you need?





Bookmarks