Hi,
I am trying to do the following:
I have the following code:
Code:
RewriteEngine On
RewriteRule ^p/(A-Za-z0-9]+)$ /index.php?p=$1
However, the code causes the script to halt and gives the following error on page:
Code:
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.
I thought maybe ReWrite needed to be enabled in my php.ini file, but I could not find it in the file.
Please help!
Thanks