Site adresim: www.forumcilek.com
vBulletin 3.8.7 PL3
Ayrıca vBSeo 3.6.1 ile beraber vBSeo Sitemap 3.0 PL1 kullanıyorum.
Biraz MySQL ile ilgili detay veriym;
[*]Sunucu: Localhost via UNIX socket
[*]Sunucu türü: MySQL
[*]Sunucu sürümü: 5.5.37-cll - MySQL Community Server (GPL)
[*]Protokol sürümü: 10
[*]Kullanıcı: forumcilek@localhost
[*] Sunucu karakter grubu: UTF-8 Unicode (utf8)
Reseller;
CENTOS 6.5 x86_64 virtuozzo ile WHM VPS Optimized 3
Load Averages: 2.98 3.86 4.18
Sorunum şu ki, admin panelinde yaptığım nerdeyse tüm işlemlerde 408 request timeout hatası alıyorum. Lâkin forumda gezinirken veya konu açarken sorun olmuyor.
Bu da .htacccess içeriği;
order deny,allow
deny from all
RewriteCond %{HTTP_HOST} !^www\.forumcilek\.com
RewriteRule (.*) http://www.forumcilek.com/ $1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Header unset Pragma
FileETag None
Header unset ETag
# Expires Headers - 2678400s = 31 days
ExpiresActive On
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType image/gif "access plus 2678400 seconds"
ExpiresByType image/jpeg "access plus 2678400 seconds"
ExpiresByType image/png "access plus 2678400 seconds"
ExpiresByType text/css "access plus 750000 seconds"
# Cache Headers
# Cache specified files for 31 days
Header set Cache-Control "max-age=2678400, public"
# Cache HTML files for a couple hours
Header set Cache-Control "max-age=7200, private, must-revalidate"
# Cache PDFs for a day
Header set Cache-Control "max-age=86400, public"
# Cache Javascripts for 31 days
Header set Cache-Control "max-age=2678400, private"
#Block Bad Bots
RewriteCond %{HTTP_USER_AGENT} ^WebBandit [OR]
RewriteCond %{HTTP_USER_AGENT} ^2icommerce [OR]
RewriteCond %{HTTP_USER_AGENT} ^Accoona [OR]
RewriteCond %{HTTP_USER_AGENT} ^ActiveTouristBot [OR]
RewriteCond %{HTTP_USER_AGENT} ^addressendeutshland
RewriteRule ^.* - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/mp4 .mp4
AddType video/webm .webm
AddType audio/mp3 .mp3
AddType application/x-shockwave-flash swf
Fikri olan var mı acaba?Şimdiden teşekkürler..