pannellr/3132GroupProject/master/.htaccess - Htaccess File

pannellr/3132GroupProject/master/.htaccess

RewriteEngine On

#add your login in the rewrite rule
RewriteBase /~kou/3132GroupProject
RewriteCond %{REQUEST_URI} !/css
RewriteCond %{REQUEST_URI} !/js
RewriteCond %{REQUEST_URI} !/img
RewriteRule ^(.+)/(.+)/?([a-zA-Z0-9/]*)$ index.cgi?class=$1&method=$2 [QSA,L]
RewriteRule ^$ index.cgi

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache