aboutsummaryrefslogtreecommitdiff
path: root/htaccess
blob: ccd64f4703e6251c2d977d9510267db79f3ea9cd (plain) (blame)
1
2
3
4
5
6
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ifconfig$ ifconfig.php [L]
RewriteRule ^ifconfig/(.*)$ /ifconfig.php?q=$1 [L]