URWhiteboard/WhiteBoard/master/site/.htaccess - Htaccess File

URWhiteboard/WhiteBoard/master/site/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{DOCUMENT_ROOT}/$1.php -f
RewriteRule ^([a-zA-Z0-9_-]+)/?$ /$1.php [QSA]
#if we want /courses/{sectionNumber}/ uncomment the following line
#RewriteRule ^([^/]+)/([^/]+) $1.php?s=$2 [L]

On Github License

Files

Download PDF of Htaccess file
DOCUMENT_ROOT

Comments

Apache