Forum Moderators: phranque
Working with Zeus/3.3, I'm trying to implement a '.htaccess' file to make a RewriteRule:
---------
RewriteEngine on
RewriteRule foo index.php?id=3 [QSA,L]
---------
But it doesn't work and I get a 404 error message when accessing
[myserver.com...]
Any suggestion? Thank you very much