diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-19 15:32:16 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-19 16:17:57 +0100 |
commit | 6a46aca31f3cf0615c226d1486693ed4a6350a39 (patch) | |
tree | 650ff42e7d663c69de2cdaf86f77016d8f0a9d69 /htaccess.txt | |
parent | 3715f4a81a22232ce268efced31e1893eff7d043 (diff) |
restructure; add paste support; shorter URLs
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'htaccess.txt')
-rw-r--r-- | htaccess.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/htaccess.txt b/htaccess.txt index 1460d773c..60d053b77 100644 --- a/htaccess.txt +++ b/htaccess.txt @@ -1,8 +1,4 @@ RewriteEngine on - -RewriteRule ^s/(.*)$ file/show_url -RewriteRule ^d/(.*)$ file/download - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/?$1 [L] |