Advertisement
PlotnikovPhilipp

Untitled

Jul 31st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. AddDefaultCharset UTF-8
  2.  
  3. AllowOverride All
  4.  
  5. Options -Indexes
  6.  
  7. DirectoryIndex index.html
  8.  
  9. RewriteEngine on
  10.  
  11. RewriteRule admin$ admin.html [L]
  12.  
  13. <IfModule mod_deflate.c>
  14. AddOutputFilterByType DEFLATE text/html text/css text/javascript
  15. BrowserMatch ^Mozilla/4 gzip-only-text/html
  16. BrowserMatch ^Mozilla/4.0678 no-gzip
  17. BrowserMatch \bMSIE gzip-only-text/html
  18. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement