shorturl/.htaccess

8 lines
179 B
ApacheConf
Raw Permalink Normal View History

2010-12-23 12:26:25 +01:00
Options +FollowSymlinks
RewriteEngine On
2011-01-04 12:32:00 +01:00
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2010-12-23 12:26:25 +01:00
RewriteRule ^(.*)$ redir.php?name=$1 [L,R]