nvvetal/vetcabinet/master/web/.htaccess - Htaccess File

nvvetal/vetcabinet/master/web/.htaccess

php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value memory_limit 512M

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ app_dev.php [QSA,L]

XSendFile on

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache