vBulletin Search Engine Optimization
|
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 ...
| |||||||
|
#1
| |||
| |||
| 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 |
|
#3
| |||
| |||
| Quote:
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 !! |
|
#5
| |||
| |||
|
no , but datacenter support removed these lines from httpd.conf Quote:
they are saying i need new rewrite rules as i have changed to LiteSpeed ... any idea ? |
|
#6
| ||||
| ||||
|
whoops, i was thinking lighthttpd.... ignore this post
Last edited by briansol; 12-02-2008 at 05:54 PM. Reason: lighty vs lightspeed :( |
|
#7
| ||||
| ||||
|
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]
|
|
#8
| |||
| |||
|
shall i move these lines from httpd.conf to .htaccess or httpd.conf is better ??? thanks in advance. |
|
#10
| |||
| |||
|
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. |
| Tags |
| litespeed, server |
| Thread Tools | |
| |
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 |