|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Mar 2006
Lives in Canada
Hosted on pass94
88 posts
Gave thanks: 0
Thanked 0 times
|
htaccess redirect and encoding...
I've created a redirect in cpanel.
It adds a RedirectMatch line in .htaccess One of the URLs in the RedirectMatch line has a "?" question mark. This gets passed to the browser as %3F (ascii code I think) which of course fails to resolve and the client gets a 500 error. How do I make sure a "?" is passed to the browser just as it appears in .htaccess?
__________________
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Seasoned Poster
Joined in Mar 2006
Lives in Canada
Hosted on pass94
88 posts
Gave thanks: 0
Thanked 0 times
|
Code:
RedirectMatch permanent ^/article/2/rant-of-the-week$ http://en.theweeklyrant.com/modules/news/article.php?storyid=4
__________________
|
|
|
|