mod_rewrite help
Posted: Tue Aug 01, 2006 11:53 am
Here's my rewrite:
I'm trying to rewrite a URL with the querystring above (http://somefirstsite.com/directory/index.php?:query string above:)to an external site. I can't seem to get this straight. What am I doing wrong.
Thanks
Code: Select all
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule %{QUERY_STRING} ^m=07&y=06&entry=entry060731-083034$ http://somesite.com/someurl
</IfModule>Thanks