diff options
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" |
