DHTMLGoodies/dhtmlchess/master/.htaccess - Htaccess File

DHTMLGoodies/dhtmlchess/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-zA-Z0-9/_%s+-]+)/?$ router.php?request=$1 [QSA]

RewriteCond %{THE_REQUEST} router.php
RewriteRule ^router2.php - [F]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache