View Full Version : apache rewrite help


hdshngout
07-08-2006, 05:41 PM
Wow, its been a while since i actually posted a question. Anyways, im using the apache rewrite from globalmsg and what im trying to do is take a url from

http://www.thehangout.mindlesstrio.com/page.php?user=hdshngout&page=2

and transform it to

http://www.site.com/~hdshngout2

Right now i have gotten it to go to

http://www.site.com/~hdshngout&page=2

but i can't get it the rest of the way. heres my apache rewrite so far

RewriteEngine on

RewriteRule ^(~([^/]*([^/])))$ http://www.site.com/page.php?user=$2&page=$3


If anyone could help, I would really appreciate it.

Douglas
07-12-2006, 08:17 PM
So I don't quite understand... you got it to work until how far?