Files
ip-returner/.htaccess

6 lines
138 B
ApacheConf
Raw Normal View History

2017-01-10 03:44:42 +01:00
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?m=$1