mr_mind Posted March 26, 2008 Share Posted March 26, 2008 Alright well in apache regex the ? means that the character preceding it is optional. For example if you were to do colou?r you would match both colour and color. Now what i want to be able to do is use the question mark as a literal character instead of letting it have the function i previously stated. I tried escaping it as you would any other character but to my dismay this did not work. When i wrote www.example.com/fakeuri.php\? in the mod rewrite it thought that i told it to look for www.example.com/fakeuri.php and www.example.com/fakeuri.php\ which is not what i want. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.