## # Flextype (https://flextype.org) # Founded by Sergey Romanenko and maintained by Flextype Community. # ## Common PHP Overrides # # Some of the most common settings that can (sometimes) be overridden. # php_value memory_limit 256M # php_value post_max_size 16M # php_value max_execution_time 90 # php_value max_input_time 120 # php_value upload_max_filesize 16M # php_value realpath_cache_size 16M RewriteEngine On RewriteBase / ## Begin - Exploits # If you experience problems on your site block out the operations listed below # This attempts to block the most common type of exploit `attempts` to Flextype # # Block out any script trying to base64_encode data within the URL. RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] # Block out any script that includes a