Just backing it up

This commit is contained in:
2016-03-09 15:19:45 -06:00
commit 3f93b6c48a
21 changed files with 9195 additions and 0 deletions

19
.htaccess Normal file
View File

@@ -0,0 +1,19 @@
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.html [L]
</IfModule>
DirectoryIndex index.html