mod_rewrite problem
Posted by: gamerhk
Posted on: 2006-04-20 14:21:00
i am trying to move my site to dreamhost but then mod_rewrite is not working anymore.
below is the content of my .htaccess file in the root dir of my web
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} /([A-Za-z]*)/?([0-9]*)/?([A-Za-z]*)/?$
RewriteRule ^(.+) http://tyfmdiary.dreamhosters.com/index.phtml?user=%1&date=%2&mode=%3&IP=%{REMOTE_ADDR}&HTTP_X_FORWARDED_FOR=%{HTTP_X_FORWARDED_FOR} [L,P,E=abc:%{REMOTE_ADDR}]
when i go to
http://tyfmdiary.dreamhosters.com/anthony/1903/link
it returns Error404
P.S. the rewrite script works in my existing hosting but not dreamhost