diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /frontend/im/.htaccess | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'frontend/im/.htaccess')
| -rwxr-xr-x | frontend/im/.htaccess | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/im/.htaccess b/frontend/im/.htaccess deleted file mode 100755 index b6ae396..0000000 --- a/frontend/im/.htaccess +++ /dev/null @@ -1,7 +0,0 @@ -RewriteEngine On -RewriteCond %{REQUEST_URI} .*/im/(..)/(.*jpg|.*gif|.*png|.*jpeg)$ [NC] -RewriteRule ^(.*)$ http://i.asdf.us/im/%1/%2 [R=301,L] -Header add Access-Control-Allow-Origin "http://atrium.dump.fm" -Header add Access-Control-Allow-Origin "http://dump.fm" -Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type" -Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS" |
