Results 1 to 3 of 3

lighttpd + vbseo sitemap problem

This is a discussion on lighttpd + vbseo sitemap problem within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello all , It's my first post :P I have recently moved my web server apache to lighttpd all work ...

  1. #1
    Junior Member
    Real Name
    crafting
    Join Date
    Feb 2009
    Posts
    2
    Liked
    0 times

    lighttpd + vbseo sitemap problem

    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

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    make sure that you have mod_rewrite module for lighttpd enabled.

  3. #3
    Junior Member
    Real Name
    crafting
    Join Date
    Feb 2009
    Posts
    2
    Liked
    0 times
    Hi friend ;

    Sure it's enabled !

    Code:
    server.modules              = (
                "mod_access",
                "mod_alias",
                "mod_fastcgi",
                "mod_accesslog",
                "mod_rewrite",
                "mod_redirect",
    #           "mod_status",
    #           "mod_evhost",
                "mod_compress",
    #           "mod_usertrack",
    #           "mod_rrdtool",
    #           "mod_webdav",
    #           "mod_expire",
    #           "mod_flv_streaming",
    #           "mod_evasive"
     )

Similar Threads

  1. can I vbseo with lighttpd?
    By taoqcom in forum Pre-Sales Questions
    Replies: 3
    Last Post: 08-28-2010, 09:42 AM
  2. lighttpd mod_auth rule problem
    By JonnyF in forum Troubleshooting
    Replies: 4
    Last Post: 04-10-2008, 08:59 PM
  3. Lighttpd sitemap problem
    By zkilzz in forum Troubleshooting
    Replies: 1
    Last Post: 01-28-2007, 03:15 PM
  4. Lighttpd problem
    By Przemysław Rejf in forum Troubleshooting
    Replies: 7
    Last Post: 01-15-2007, 08:18 AM
  5. problem with lighttpd
    By akschu in forum URL Rewrite Settings
    Replies: 1
    Last Post: 10-15-2006, 09:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •