View Single Post
Old 04-27-2018, 03:57 PM  
Mr Pheer
Confirmed User
 
Industry Role:
Join Date: Dec 2002
Posts: 20,889
Quote:
Originally Posted by Cyber Fucker View Post
There are many ways to achive that, one would be to place local .htaccess to /montana/ directory with the following lines:

Code:
<IfModule mod_rewrite.c>
RewriteEngine  on
RewriteCond %{REQUEST_URI} ^.*(bozeman).*$
RewriteRule ^ /montana/bozeman/index.php [L,R=302,NE]
</IfModule>
This almost works but it gives me some weird redirect loop
Mr Pheer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote