hello
I have some proplem first style proplem with ie7 and ie6
take a look here
???? ??????? - ??????? ?????
you will notic there are proplem on style with both IE6 and IE7
I try disable vbseo and it gone so I guess it the reseonse
also I have try defualt style and have same proplem
so any one can tell me what is the proplem?
same thing on admincp if you try update counter or add new plug
you will get page tell you that your browser not support frame
but if you disable vbseo every thing will be fixed and fine
I don’t know what the proplem I open ticket but no answer and i need fast answerto fix this style proplem
this is my htacess
Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# 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 vB folder (i.e. RewriteBase /forums/)
RewriteBase /
RewriteCond %{HTTP_HOST} !^forums\.3walim\.com
RewriteRule (.*) http://forums.3walim.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)
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]



LinkBack URL
About LinkBacks
to fix this style proplem





Reply With Quote