or at least that's what pingdom says, and i think it's a pretty reliable service,
Notes:
- APACHE: php & mysql
- No iframes
htaccess:
#Gzip <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x- javascript application/javascript </ifmodule> #End Gzip # 480 weeks <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|css|swf)$"> Header set Cache-Control "max-age=290304000, public" </FilesMatch> # 1 weeks <FilesMatch "\.(js)$"> Header set Cache-Control "max-age=604800, public" </FilesMatch> RewriteEngine On ErrorDocument 500 /oohps.php ErrorDocument 404 /where.php RewriteCond %{HTTP_HOST} ^www.keepyourlinks.com [NC] RewriteRule ^(.*)$ http://keepyourlinks.com/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^www.keepyourlinks.byethost32.com [NC] RewriteRule ^(.*)$ http://keepyourlinks.com/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^keepyourlinks.byethost32.com [NC] RewriteRule ^(.*)$ http://keepyourlinks.com/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^keepyourlinks.com/pre/ [NC] RewriteRule ^(.*)$ http://keepyourlinks.com/$1 [L,R=301] RewriteCond %{HTTP_HOST} ^piscolabis.info$ RewriteCond %{REQUEST_URI} ^/keepyourlinks.com [NC] RewriteRule ^(.*)$ http://keepyourlinks.com/$1 [L,R=301] #Webs Sueltas RewriteRule ^facebook-likes$ fbmate.html RewriteRule ^api_webmasters$ API.php #Options +FollowSymLinks RewriteBase / RewriteRule ^keep/(.+)/(.+) link1.php?id=$1 RewriteRule ^article/(.+)/(.+) ?tipo=questions&que=view&id=$1 RewriteRule ^file/(.+)/(.+) ?tipo=files&que=view&id=$1 RewriteRule ^user/(.+)/(.+) ?que=usuario&id=$1 RewriteRule ^categories/(.+)/(.+) listarenlaces.php?id=$1
I am just looking for possible causes