Thread: rewrite help
View Single Post
Old Jan 19th, 2006, 2:26 PM   #4
niteice
Programmer
 
niteice's Avatar
 
Join Date: Aug 2005
Posts: 98
Rep Power: 4 niteice is on a distinguished road
Send a message via AIM to niteice
add a basic .htaccess to your web directory containing the following:

RewriteEngine On
RewriteRule ^(.*)$ /imr/user?user=$1 [L,QSA]
niteice is offline   Reply With Quote