maojian/EaglePHP/master/Public/bak.htaccess - Htaccess File

maojian/EaglePHP/master/Public/bak.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^.*(.js|.css|.gif|.png|.jpg|.bmp|.jpeg|.htm|.xml|.swf|.json|.ico)$
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache