Any questions involving matching text strings to patterns - the pattern is called a "regular expression."
Moderator: General Moderators
-
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.
-
GeertDD
- Forum Contributor
- Posts: 274
- Joined: Sun Oct 22, 2006 1:47 am
- Location: Belgium
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 ^.*$
-
GeertDD
- Forum Contributor
- Posts: 274
- Joined: Sun Oct 22, 2006 1:47 am
- Location: Belgium
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...