Quote:
Originally Posted by Cyber Fucker
Yup, could be, cause the url redirected to also contains the "bozeman" keyword.
So, you can add some condition before to ignore the url you are redirecting to for example:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^.*(\/montana\/bozeman\/index.php)$
RewriteCond %{REQUEST_URI} ^.*(bozeman).*$
RewriteRule ^ /montana/bozeman/index.php [L,R=302,NE]
</IfModule>
|
Thanks, I will try this out and let you know if it works. Luckily I got distracted earlier and havent deleted it yet
