
June 7th, 2012, 01:34 PM
|
 |
Still alive
|
|
Join Date: Mar 2007
Location: Washington, USA
|
|
|
Double-check the access logs to make sure you're (a) sending a request and (b) the response is a redirect.
Try a new redirect: same place, different location. If that changes things, remove the redirect and see if it keeps doing the new action. Then try redirecting to "-" (just a hyphen), which actually tells mod_rewrite to not do any redirecting at all.
And throw in an [L] flag too for good measure.
|