MOD_REWRITE problem
I'm having a problem using mod_rewrite on apache on a new host
(godaddy.com).
They claim it is functioning properly, although I'm not getting any URL
translation to work.
I tried the exact same setup on two other hosts and they both work just
fine.
Even a simple .htaccess file like below doesn't work
RewriteEngine on
Options +FollowSymlinks
RewriteRule ^test$ /upload.php
Does anybody have experience with this kind of problem ?
Thx,
Peter
|