^_~

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
Lovely
Forum Newbie
Posts: 1
Joined: Sat Nov 01, 2008 7:58 pm

^_~

Post by Lovely »

&_&
Last edited by Lovely on Mon Nov 03, 2008 2:40 pm, edited 4 times in total.
User avatar
GeertDD
Forum Contributor
Posts: 274
Joined: Sun Oct 22, 2006 1:47 am
Location: Belgium

Re: mod_rewrite for subdomains

Post by GeertDD »

Try this

Code: Select all

RewriteRule ^.*$ /handle.php?a=%1&b=$0 [L]
The $0 should point to the full match of ^.*$
User avatar
GeertDD
Forum Contributor
Posts: 274
Joined: Sun Oct 22, 2006 1:47 am
Location: Belgium

Re: ^_~

Post 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...
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: ^_~

Post by Kieran Huggins »

Image
Post Reply