ekyfauzi/bootpla/master/.htaccess - Htaccess File

ekyfauzi/bootpla/master/.htaccess

RewriteEngine On

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

#By default the rule will re-direct any url that does not include 
#the text "index.php", "images", "robots.txt", "js", "css" to your default controller.
RewriteCond $1 !^(index.php|images|robots.txt|css|js)

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache