mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
8 lines
179 B
ApacheConf
8 lines
179 B
ApacheConf
Options +FollowSymlinks
|
|
|
|
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^(.*)$ redir.php?name=$1 [L,R] |