krz/ifconfig.php

clone: git clone https://gitbay.org/krz/ifconfig.php.git

main: htaccess · raw

1RewriteEngine On
2
3RewriteCond %{REQUEST_FILENAME} !-d
4RewriteCond %{REQUEST_FILENAME} !-f
5RewriteRule ^ifconfig$ ifconfig.php [L]
6RewriteRule ^ifconfig/(.*)$ /ifconfig.php?q=$1 [L]