makkuska/solanskysro/master/.htaccess
#PHP
php_value max_execution_time 15
php_flag register_globals on
php_flag display_errors on
php_value memory_limit 16M
php_value post_max_size 16M
php_value upload_max_filesize 16M
php_flag file_uploads on
DirectoryIndex index.html index.php index.phtml
#Indexes
Options -Indexes
AddType application/x-httpd-php .php .php3 .php4 .php5 .phtml
php_flag engine on
#errors
ErrorDocument 404 /error404.html
ErrorDocument 403 /error403.html
ErrorDocument 500 /error500.html
On Github License
Files
Download PDF of Htaccess file