hi all
ive been trying to get mod-rewrite working on an apache server. the settings on the server are configured for mod_rewrite to work.
i have a .htaccess file that i have implemented but doesnt work
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^files/(.*)/(.*) /login.php?roomID=$1&username=$2&icon=$3 [nc]
i save this as .htaccess file and upload it to server
i want to use mod rewrite on a url that is like this
http://www.mysite.com/login.php?roomID=100&name=blah&icon=3
but i am confused what i do wrong,
Thank you