bsa-git/zf-myblog/master/public/.htaccess - Htaccess File

bsa-git/zf-myblog/master/public/.htaccess

# Disable automatic start sessions
php_value session.auto_start 0

# Assign forwarding rules
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

# Change PHP Settings
php_value upload_max_filesize 500M
php_value post_max_size 500M
#php_value memory_limit 1500M
#php_value max_execution_time 120
#php_value max_input_time 120

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache