diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..7f80a27 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +RewriteEngine on +RewriteBase / +RewriteRule ^/?f/([a-zA-Z0-9_]+)$ /file/?i=$1 [L] +RewriteRule ^/?d/([a-zA-Z0-9_]+)$ /download/?i=$1 [L] +RewriteRule ^/?p/([a-zA-Z0-9_]+)$ /preview/?i=$1 [L]
\ No newline at end of file |