Initial commit

This commit is contained in:
Ben Ramey
2017-03-02 20:30:40 -06:00
commit ab3c6fc8d5
10773 changed files with 515124 additions and 0 deletions

6
htaccess Normal file
View File

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