davido262/user100/master/.htaccess - Htaccess File

davido262/user100/master/.htaccess

RewriteEngine On
#RewriteCond %{SCRIPT_FILENAME} !-f
#RewriteCond %{SCRIPT_FILENAME} !-d

#RewriteCond %{ENV:REDIRECT_STATUS} ^ $

#directorios
RewriteRule ^(w+)/$ index.php?ctl=login

#enlaces
RewriteRule ^(w+)$ index.php?ctl=$1
RewriteRule ^(w+)/(w+)$ index.php?ctl=$1&$2
RewriteRule ^(w+)/(w+)/(w+)$ index.php?ctl=$1&$2=$3
#RewriteRule ^index.php$ index.php?ctl=login

On Github License

Files

Download PDF of Htaccess file
ENV, REDIRECT_STATUS, SCRIPT_FILENAME

Comments

Apache