Page 1 of 1

^_~

Posted: Sat Nov 01, 2008 8:01 pm
by Lovely
&_&

Re: mod_rewrite for subdomains

Posted: Sun Nov 02, 2008 2:06 am
by GeertDD
Try this

Code: Select all

RewriteRule ^.*$ /handle.php?a=%1&b=$0 [L]
The $0 should point to the full match of ^.*$

Re: ^_~

Posted: Tue Nov 04, 2008 7:05 am
by GeertDD
I assume your problem is solved? Note that it would be helpful for others to still be able to see the original problem instead of some smileys...

Re: ^_~

Posted: Sat Dec 06, 2008 8:53 pm
by Kieran Huggins
Image