Files
bobsleighphotos.com/htaccess
2017-03-02 20:30:40 -06:00

6 lines
227 B
Plaintext

Options +FollowSymLinks
RewriteEngine On
RewriteBase /bobsleighphotos/
RewriteCond %{HTTP_HOST} ^(www\.)?bobsleighphotos\.com$ [NC]
RewriteCond %{REQUEST_URI} !^/bobsleighphotos/? [NC]
RewriteRule /(.*)$ $1 [NC,L]