#------------------------- # for pickles2 Options -MultiViews +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_URI} !^.*?/\.px_execute.php/ RewriteCond %{REQUEST_URI} /(.*?\.(?:html|htm|css|js))?$ RewriteRule ^(.*)$ \.px_execute\.php/$1 [L] RewriteCond %{REQUEST_URI} !^.*?/\.px_execute.php/ RewriteCond %{REQUEST_URI} /(.*?\.(?:ignore)([\.\/].*)?)$ RewriteRule ^(.*)$ \.px_execute\.php/\.ignore.html [L] #------------------------- # PHP options # for hide errors #php_flag display_errors Off # for display ALL errors #php_flag display_errors On #php_value error_reporting 32767 # for large contents #php_value memory_limit -1