Nadermane/Fighting-Fantasy/master/_archive/.htaccess - Htaccess File

Nadermane/Fighting-Fantasy/master/_archive/.htaccess

RewriteEngine On    # Turn on the rewriting engine
RewriteBase /

# Directs all EE web requests through the site index file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([0-9-]+)/?$ index.php?location=$1 [NC,L]
RewriteRule ^([0-9-]+)/([a-z0-9-]+)/?$ index.php?location=$1&use=$2 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache