diff options
| author | sD <stoned@derpymail.org> | 2020-05-05 20:28:28 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-05 20:28:28 +0200 |
| commit | 57245ebf476c14155ffdf5966d98e2a0c582ec2c (patch) | |
| tree | ae048e7118b84b926f2fdb7f3e4c5a73f21393f9 | |
| parent | fc7ca87ecdbb8f5e4a77fe7623b318da8c30d159 (diff) | |
this is not a web server
| -rw-r--r-- | .htaccess | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 458a24c..0000000 --- a/.htaccess +++ /dev/null @@ -1,12 +0,0 @@ -ErrorDocument 404 "not found" -Header always set Access-Control-Allow-Origin "*" -Header always set Access-Control-Allow-Methods "POST, GET, PUT, OPTIONS, PATCH, DELETE" -Header always set Access-Control-Allow-Headers "X-Accept-Charset,X-Accept,Content-Type" -RewriteEngine On -RewriteBase / -RewriteCond %{REQUEST_METHOD} OPTIONS -RewriteRule ^(.*)$ $1 [R=200,L,E=HTTP_ORIGIN:%{HTTP:ORIGIN}]] -<IfModule mod_speling.c> - CheckCaseOnly On - CheckSpelling On -</IfModule>
\ No newline at end of file |
