Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Sponsored Links | ||
|
|
|
||||
|
Replace
Code:
url.rewrite-once = ( "^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" ) Code:
url.rewrite-once = ( "^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)" => "/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |