View Single Post
Old 04-27-2018, 09:10 AM  
Cyber Fucker
Hmm
 
Cyber Fucker's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: On an endless road around the world for rock and roll.
Posts: 12,642
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>
__________________
Cyber Fucker is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote