chore: Update .htaccess with PHP configuration directives

This commit is contained in:
Douglas Barone 2024-09-03 10:21:42 -04:00
parent 8052a30d8c
commit f7139cf402

View File

@ -3,4 +3,8 @@ RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|assets|images|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteRule ^(.*)$ index.php?/$1 [L]
php_flag short_open_tag off
php_value post_max_size 50M
php_value upload_max_filesize 50M