Files
ip-returner/.htaccess

11 lines
277 B
ApacheConf
Raw Normal View History

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