Alguem sabe dizer se a ma configuracao do vBSEO pode vir a deixar meu forum lento? Ou talvez minha configuracao .htaccess tambem resulte nisso?
Fiz essa configuracao no .htaccess, de acordo com o manual basico, o forum ta funcionando blz, agora ta um pouco lento comparado ao que era antes, se alguem puder identificar algum erro, ou puder adicionar algo que o faca ficar mais rapido ficarei bastante grato. Substitui o endereco pra nao pensarem que estou fazendo propaganda.
Código:
RewriteEngine On
RewriteEngine on
rewritecond %{http_host} ^MEUENDERECO.com [NC,OR]
rewritecond %{http_host} ^.*MEUENDERECO.com/forum [NC]
rewriterule ^(.*)$ http://www.MEUENDERECO.com/forum/$1 [R=301,NC]
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vBulletin folder (i.e. RewriteBase /forums)
#RewriteBase /
#RewriteCond %{HTTP_HOST} !^www\.MEUENDERECO\.com
#RewriteRule (.*) http://www.MEUENDERECO.com/forum/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
Vlw galera!