Linux / UNIX Tech Support Forum
This is a discussion on Lighttpd Vbullenti VB SEO Configuration within the Web servers forums, part of the Mastering Servers category; hello i have aproblem in vb seo it not working with lighttpd in my site arbdoor.com/vb lighttpd.txt in Vb seo ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hello
i have aproblem in vb seo it not working with lighttpd in my site arbdoor.com/vb lighttpd.txt in Vb seo PHP Code:
plz help me to work my vbseo Last edited by arbdoor; 27-04-2009 at 10:41 PM. |
| Sponsored Links | ||
|
|
|
||||
|
Replace forums part with vb i.e. replace following:
"^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", Code:
"^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2", "^/forums/(.+)$" => "/forums/vbseo.php" Code:
"^/vb/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vb/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/vb/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^/vb/(.+)\?(.*)$" => "/vb/vbseo.php?$2", "^/vb/(.+)$" => "/vb/vbseo.php" $HTTP["host"] == "arbdoor.com" { server.document-root = "/path/to/your/public_html/"
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Set your full path. For example, example.com is hosted at /home/lighttpd/example.com/ - that is your full document root path. Under this you store files other stuff in directories like vb/
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| lighttpd , lighttpd mod_rewrite , lighttpd vbseo |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lighttpd ProxyPass | thunderbirdsei | Web servers | 0 | 30-04-2008 10:50 PM |
| Apache and lighttpd together | anjanesh | Web servers | 4 | 29-08-2007 05:11 PM |
| Php lighttpd mysql setup and configuration for RHEL 5 | raj | Web servers | 1 | 30-07-2007 12:50 AM |
| redirect to www in lighttpd | muks | Web servers | 11 | 02-06-2007 10:55 PM |
| lighttpd user cgi-bin setup | chiku | All about FreeBSD/OpenBSD/NetBSD | 1 | 15-12-2006 01:52 AM |