Just backing it up
This commit is contained in:
19
.htaccess
Normal file
19
.htaccess
Normal 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
|
Reference in New Issue
Block a user