Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css
- #Gzip
- <ifmodule mod_deflate.c>
- AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript text/javascript
- </ifmodule>
- #End Gzip
- AddType application/zip .zip
- AddType application/x-gzip .gz
- AddType application/x-gtar .gtar
- AddType application/x-rar-compressed .rar
- AddType application/octet-stream .dmg
- AddDefaultCharset utf-8
- SetEnv APPLICATION_ENV development
- RewriteEngine On
- #RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
- #RewriteRule ^(.*) http://%1/$1 [R=301,L]
- RewriteCond %{http_host} ^allepaznokcie.pl
- RewriteRule (.*) http://www.allepaznokcie.pl/$1 [R=301,L]
- RewriteRule ^(public/) - [L]
- RewriteCond %{REQUEST_FILENAME} -s [OR]
- RewriteCond %{REQUEST_FILENAME} -l [OR]
- RewriteCond %{REQUEST_FILENAME} -d
- RewriteRule ^.*$ - [NC,L]
- RewriteRule ^.*$ index.php [NC,L]
Advertisement
Add Comment
Please, Sign In to add comment