vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now!
vBSEO 2.0 Style Released vBSEO 3.3.0 GOLD Launched vBSEO's "LiveStats" for Google Analytics vB Sitemap Generator, Version 2.5 Success with vBSEO = 600ore Web Visitors + $1400 in a Day!

litespeeed problems !

This is a discussion on litespeeed problems ! within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi , i had serious problems in my server so i asked my datacenter for help and they suggested me ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

  #1  
Old 12-02-2008, 03:11 AM
Member
Big Board Administrator
 
Real Name: Mecho
Join Date: Dec 2007
Location: Iran
Posts: 82
litespeeed problems !

Hi ,

i had serious problems in my server so i asked my datacenter for help and they suggested me to use litespeed . so they helped me to go for it and after that we have problems with some of our websites specially with our vb forum !

most of the images are missing ! all the files and folders are exists ! but most of them are not loading !!


Their support told me that they tracked the image issue back to vbSEO !! but i dont think they right! i truend off the vbseo and still i had this problem ! also i dont think that vbseo do anything with style images!! correct me please if i'm wrong !

anyway that would be more than great if someone can help or suggest me a way to find the problem .

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 12-02-2008, 07:19 AM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportDesign for SEOBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 13,231
Blog Entries: 4
Send a message via MSN to Mert Gökçeimam
Hello Mecho ,

Make sure you use full path within your style image folder names.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 12-02-2008, 03:51 PM
Member
Big Board Administrator
 
Real Name: Mecho
Join Date: Dec 2007
Location: Iran
Posts: 82
Quote:
Originally Posted by Mert Gökçeimam View Post
Hello Mecho ,

Make sure you use full path within your style image folder names.
the thing is that i dont see some of the default admin panel style too .

http://www.imageurlhost.com/images/s...kr4xj85mox.jpg


** i tried to optimize the server using the option that i have in admin panel but nothing happened !! (check the below link)
http://www.imageurlhost.com/images/l...ac31fnrkyx.jpg


something is wrong and i have no idea what is that !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 12-02-2008, 04:21 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportDesign for SEOBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 13,231
Blog Entries: 4
Send a message via MSN to Mert Gökçeimam
If you disable vBSEO within vBSEO Control Panel , do the images work correctly ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 12-02-2008, 04:34 PM
Member
Big Board Administrator
 
Real Name: Mecho
Join Date: Dec 2007
Location: Iran
Posts: 82
no , but datacenter support removed these lines from httpd.conf


Quote:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.site\.com
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/

# RewriteRule (.*) http://www.site.com/forum/$1 [L,R=301]
# RewriteRule ^tags/index.php/(.+)/ http://www.site.com/forum/tags/$1.html [L,R=301]
# RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
# RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
# RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
# RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
#RewriteLogLevel 9
and problem solved !!!!

they are saying i need new rewrite rules as i have changed to LiteSpeed ...

any idea ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 12-02-2008, 04:36 PM
briansol's Avatar
Senior Member
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 7,090
whoops, i was thinking lighthttpd.... ignore this post

Last edited by briansol; 12-02-2008 at 05:54 PM. Reason: lighty vs lightspeed :(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 12-02-2008, 05:05 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportDesign for SEOBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 13,231
Blog Entries: 4
Send a message via MSN to Mert Gökçeimam
Actually you need to update .htaccess file to your forum root. Please use the following .htaccess file within your forum root

Code:
# 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} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$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)
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]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 12-02-2008, 05:10 PM
Member
Big Board Administrator
 
Real Name: Mecho
Join Date: Dec 2007
Location: Iran
Posts: 82
shall i move these lines from httpd.conf to .htaccess or httpd.conf is better ???

thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 12-02-2008, 05:11 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportDesign for SEOBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 13,231
Blog Entries: 4
Send a message via MSN to Mert Gökçeimam
As far as i know you should keep actual .htaccess files within litespeed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 12-02-2008, 05:33 PM
Member
Big Board Administrator
 
Real Name: Mecho
Join Date: Dec 2007
Location: Iran
Posts: 82
i have used the rewrite rules that we have in vbseo pack . i got 404 not found in showthread pages , but i replaced them with the one that u gave me and everything seems to be ok now ..

also they are still in httpd.cnf ! but it works !

still i'm not sure with litespeed it would be better to have them in htaccess or in httpd... ??


Thanks alot.



Last edited by mecho; 12-02-2008 at 05:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 12-02-2008, 05:57 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportDesign for SEOBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 13,231
Blog Entries: 4
Send a message via MSN to Mert Gökçeimam
I am glad the issue is resolved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Tags
litespeed, server

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Nothing but problems chick Troubleshooting 4 10-17-2008 12:59 AM
two problems ang2el Troubleshooting 8 12-17-2006 10:25 PM
Problems Nikke86 General Discussion 5 12-18-2005 05:52 PM
Problems with PHP 4.4.1 dlutt Troubleshooting 15 11-08-2005 03:24 PM
Problems with ä, ü etc. Silmarillion Bug Reporting 12 07-22-2005 11:14 PM


All times are GMT -4. The time now is 07:35 PM.


Powered by vBulletin Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.