From e9d1ab5b5229a8888f0cf8aacd65d1810d3c54cb Mon Sep 17 00:00:00 2001 From: Sergey Briskin Date: Sun, 9 Mar 2014 02:26:54 +0400 Subject: Updated README.md: added .htaccess example new file: htaccess --- htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 htaccess (limited to 'htaccess') diff --git a/htaccess b/htaccess new file mode 100644 index 0000000..ccd64f4 --- /dev/null +++ b/htaccess @@ -0,0 +1,6 @@ +RewriteEngine On + +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ifconfig$ ifconfig.php [L] +RewriteRule ^ifconfig/(.*)$ /ifconfig.php?q=$1 [L] -- cgit v1.2.3-70-g09d2