Hi there,
i am using Zeus web server, and have converted the dolphin .htaccess rewrite rules to Zeus,
but one of them (the most important) is not working, and it is the user profile redirect
Does anyone use ZWS? or know how to correct this rewrite rule?
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([^/]+)$ profile.php?ID=$1 [QSA,L]
Thanks for your help,
Hernan.