summaryrefslogtreecommitdiff
path: root/share/frontend/im/HTACCESS
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/im/HTACCESS')
-rwxr-xr-xshare/frontend/im/HTACCESS3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/frontend/im/HTACCESS b/share/frontend/im/HTACCESS
new file mode 100755
index 0000000..220a0e2
--- /dev/null
+++ b/share/frontend/im/HTACCESS
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{REQUEST_URI} .*/im/(..)/(.*jpg|.*gif|.*png|.*jpeg)$ [NC]
+RewriteRule ^(.*)$ http://i.asdf.us/im/%1/%2 [R=301,L]