aliinfotech/netefct/master/.htaccess - Htaccess File

aliinfotech/netefct/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_URI} !/images/.*
RewriteCond %{REQUEST_URI} !/js/.*
RewriteCond %{REQUEST_URI} !/css/.*
RewriteCond %{REQUEST_URI} !sitemap.xml
RewriteCond %{REQUEST_URI} !robots.txt
RewriteRule !.(ico|gif|jpg|png|swf|flv)$ index.php
RewriteRule ^index.php$ - [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache