ryanp73/scouting/master/.htaccess - Htaccess File

ryanp73/scouting/master/.htaccess

RewriteEngine On

RewriteBase /newscouting/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^([A-Za-z]+)/([0-9]+)$ index.php?p=$1&number=$2 [NC,L]
RewriteRule ^([A-Za-z]+)/$ index.php?p=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache