eugenmihailescu/my-backup/master/.htaccess - Htaccess File

eugenmihailescu/my-backup/master/.htaccess

#  Added automatically by MyBackup      
<Files ~ ".(htaccess|php|log)$">
  Order allow,deny
  Deny from all
</Files>
<Files ~ "(index|regactions|WPMyBackup).php$">
  Order allow,deny
  Allow from all
</Files>      

# Turn off output buffering/compression
<IfModule rewrite_module>
  RewriteRule ^(.*)$ $1 [NS,E=no-gzip:1,E=dont-vary:1]
</IfModule>

<IfModule buffer_module>
  BufferSize 1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-gzip

Comments

Apache