nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

Lighttpd Vbullenti VB SEO Configuration

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 ...


Go Back   nixCraft Linux Forum > Mastering Servers > Web servers

Linux answers from nixCraft.


Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-04-2009, 10:35 PM
Junior Member
User
 
Join Date: Apr 2009
OS: Debian
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
arbdoor is on a distinguished road
Exclamation Lighttpd Vbullenti VB SEO Configuration

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:
$HTTP["host"] == "yourdomain.com" {
server.document-root "/path/to/your/public_html/"
url.rewrite-once = (
"^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
"^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1",
"^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
"^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2",
"^/forums/(.+)$" => "/forums/vbseo.php"
)

And My lighttpd.conf In attach file

plz help me to work my vbseo
Attached Files
File Type: txt New Text Document.txt (11.8 KB, 2 views)

Last edited by arbdoor; 27-04-2009 at 10:41 PM.
Reply With Quote
  #2 (permalink)  
Old 29-04-2009, 01:48 AM
Junior Member
User
 
Join Date: Apr 2009
OS: Debian
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
arbdoor is on a distinguished road
Default

Hello ========================== any body help me plzzzzzzz
Reply With Quote
  #3 (permalink)  
Old 29-04-2009, 07:18 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

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"
with
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"
You also need to set
$HTTP["host"] == "arbdoor.com" {
server.document-root = "/path/to/your/public_html/"
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #4 (permalink)  
Old 29-04-2009, 09:48 PM
Junior Member
User
 
Join Date: Apr 2009
OS: Debian
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
arbdoor is on a distinguished road
Default

thanks but what i set in server.document-root ????
server.document-root = "/path/to/your/public_html/"


Reply With Quote
  #5 (permalink)  
Old 30-04-2009, 12:55 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
Originally Posted by arbdoor View Post
thanks but what i set in server.document-root ????
server.document-root = "/path/to/your/public_html/"


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
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #6 (permalink)  
Old 01-05-2009, 12:39 AM
Junior Member
User
 
Join Date: Apr 2009
OS: Debian
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
arbdoor is on a distinguished road
Default

not working !!!

it still not working

this my lighthttp conf after edit
Attached Files
File Type: txt New Text Document (3).txt (12.2 KB, 3 views)
Reply With Quote
Reply

Tags
lighttpd , lighttpd mod_rewrite , lighttpd vbseo


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 Off


Similar Threads

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


All times are GMT +5.5. The time now is 10:06 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38