tatai/burndowngenerator/master/.htaccess - Htaccess File

tatai/burndowngenerator/master/.htaccess

RewriteEngine on

RewriteCond  %{REQUEST_URI}  !^/$
RewriteCond  %{REQUEST_URI}  !^/sitemap.xml$
RewriteCond  %{REQUEST_URI}  !.php$
RewriteCond  %{REQUEST_URI}  !^/imgs/
RewriteCond  %{REQUEST_URI}  !^/css/
RewriteCond  %{REQUEST_URI}  !^/js/
RewriteCond   %{REQUEST_URI}  !^/screenshots/
RewriteRule  ^(.*)$    /index.php/$1.php  [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache