I am trying to work on Short Urls, so am changing settings to I can have a local url setup properly.
http://testingsite.local
Problem is it doesn't direct to the full URL, so I have added the HTACCESS file in there
Code: Select all
DirectoryIndex index.html index.htm index.php
order allow,deny
allow from all
Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteRule ^$ index.php?page=home&menu=home [L]
I've setup the hosts file. So not sure what's causing it. any ideas?Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
EDIT: mod rewrite rule is loaded, according to PHP Info.