pab44/pab44/master/.htaccess - Htaccess File

pab44/pab44/master/.htaccess

# BEGIN s2Member GZIP exclusions
<IfModule rewrite_module>
  RewriteEngine On
  RewriteBase /pab44/
  RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+ [OR]
  RewriteCond %{QUERY_STRING} (^|?|&)no-gzip=1
  RewriteRule .* - [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /pab44/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /pab44/index.php [L]
</IfModule>

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

# END WordPress

On Github License

Files

Download PDF of Htaccess file
no-gzip, QUERY_STRING, REQUEST_FILENAME

Comments

Apache