| .htaccess not working on VPS [message #893] |
Thu, 06 March 2008 15:17 |
jtw18 Messages: 1 Registered: March 2008 |
|
|
|
I have a script I am running on one server no problem... the htaccess file contains:
Options +FollowSymLinks
RewriteEngine on
#RewriteBase /
RewriteRule ^(.*)/(.*).html content_info.php?id=$1
I've moved the .htaccess file (and all the other ones) to a new server... and it is not working.
It is running on a Verio Apache VPS.
The point of the htaccess file is for dynamic content pages created through .php converts to a .html doc.
This definately is not my area of expertise.
Any help would be GREATLY appreciated.
|
|
|