nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

lighttpd + vbseo sitemap rewrite probleme

This is a discussion on lighttpd + vbseo sitemap rewrite probleme within the Web servers forums, part of the Mastering Servers category; Hello all , It's my first post :P I have recently moved my web server apache to lighttpd all work ...


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 20-02-2009, 06:49 PM
Junior Member
User
 
Join Date: Feb 2009
OS: Debian
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
crafter is on a distinguished road
Default lighttpd + vbseo sitemap rewrite probleme

Hello all ,

It's my first post :P

I have recently moved my web server apache to lighttpd all work correctly ,i use a vbulletin forum with the mod vseo sitemap generator but he does not work !!!

when i type

forum.com/forum/sitemap_index.xml.gz

got
404 - Not Found



i have added this rule in lighttpd.conf

##REWRITE VHOST DFBUT
url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
##REWRITE VHOST REND

but it does not work always 404 not found !

Some one can help me ?

Best Regards
Reply With Quote
  #2 (permalink)  
Old 23-02-2009, 10:46 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
Code:
url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
With
Code:
url.rewrite-once = ( "^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
__________________
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
Reply


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 rewrite problem Talon Web servers 4 16-10-2008 10:08 PM
Lighttpd Gallery2 URL Rewrite (.htaccess) SEO Rules rootadmin Web servers 2 22-06-2008 06:57 PM
Redirect + Rewrite Problem in Lighttpd Web Server Lamba Web servers 2 19-05-2008 10:50 PM
Redirect + Rewrite Problem in Lighttpd Lizard King Web servers 4 17-07-2007 09:44 AM
script to rewrite data. kavi Shell scripting 3 18-09-2005 12:13 AM


All times are GMT +5.5. The time now is 05:20 PM.


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