one-more/peach_framework/master/www/.htaccess - Htaccess File

one-more/peach_framework/master/www/.htaccess

addDefaultCharset UTF-8

php_flag output_buffering on

<FilesMatch ".(htaccess|htpasswd|ini|txt|json)$">
 Order Allow,Deny
 Deny from all
 </FilesMatch>

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^.*.(jpg|css|js|gif|png)$ [NC]

RewriteRule .* index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache