snider/draygonknights/master/server/html/.htaccess - Htaccess File

snider/draygonknights/master/server/html/.htaccess

#order deny,allow
#allow from 82.153.91.208
#allow from 89.168.35.98
#deny from all

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?path=$1&%{QUERY_STRING} [L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache