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

maojian/EaglePHP/master/bak.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(?!(/Public/)).+$ Public/$0 [PT,NS]

RewriteRule ^$ Public/index.php [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache