Daemeron/bofo/master/.htaccess - Htaccess File

Daemeron/bofo/master/.htaccess

RewriteEngine on

# jeśli katalog lub plik istnieją, użyj ich 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# w przecwinym przypadku przekaż do index.php
RewriteRule . index.php

php_value upload_max_filesize 200M
php_value post_max_size 220M

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache