4UForever/CodeIgniter-3.0.1-HMVC-HTML-Purifier/master/.htaccess - Htaccess File

4UForever/CodeIgniter-3.0.1-HMVC-HTML-Purifier/master/.htaccess

RewriteEngine on
RewriteCond $1 !^(index.php|assets|images|robots.txt.jpg)
RewriteCond %{REQUEST_URI} !.(jpg|png|css|js)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache