ucndm/0216-Web-Development-Open-Source/master/web1.local/PHP/rewrite/.htaccess - Htaccess File

ucndm/0216-Web-Development-Open-Source/master/web1.local/PHP/rewrite/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-F
#RewriteRule ^([a-zA-Z0-9/.]+)html$ index.php?path=$1&%{QUERY_STRING}
RewriteRule ^([a-zA-Z0-9/]+)?$ usingClasses.php?path=$1&%{QUERY_STRING}

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache