bu satırlarda değişik
Expires Headers - 2678400s = 31 days
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 0 seconds"
# compress text, html, javascript, css, xml: AddOutputFilterByType
DEFLATE text/plain AddOutputFilterByType
DEFLATE text/html AddOutputFilterByType
DEFLATE text/xml AddOutputFilterByType
DEFLATE text/css AddOutputFilterByType
DEFLATE application/xml AddOutputFilterByType
DEFLATE application/xhtml+xml AddOutputFilterByType
DEFLATE application/rss+xml AddOutputFilterByType
DEFLATE application/javascript AddOutputFilterByType
DEFLATE application/x-javascript AddType x-font/otf .otf AddType x-font/ttf .ttf AddType x-font/eot .eot AddType x-font/woff .woff AddType image/x-icon .ico AddType image/png .png
$ host files.cyberciti.biz
$ ping files.cyberciti.biz
RewriteRule ^assets/(.*)$ http://cdn.domain.com/$1 [L,R=301]
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{QUERY_STRING} !(^|&)coral-no-serve$
RewriteRule ^images/(.*)$ http://%{HTTP_HOST}.nyud.net:8080/images/$1 [R,L]
Header set Cache-Control "max-age=0, private, must-revalidate" busatır sende7200
Ek Olarak: WordPress bloğa spamları durdurmak
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .wp-comments-post\.php*
RewriteCond %{HTTP_REFERER} !.*yourdomainname.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]