Results 1 to 2 of 2

Lighttpd sitemap problem

This is a discussion on Lighttpd sitemap problem within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hello guys! I get 404 when trying to test my sitemap file. I have typed in the rewrite rule in ...

  1. #1
    Member
    Real Name
    Marius Heier
    Join Date
    Jan 2007
    Posts
    79
    Liked
    1 times

    Lighttpd sitemap problem

    Hello guys!
    I get 404 when trying to test my sitemap file. I have typed in the rewrite rule in the config file. Here is a part of it.

    server.modules = (
    "mod_rewrite",
    # "mod_redirect",
    "mod_alias",
    "mod_access",
    "mod_auth",
    "mod_status",
    # "mod_setenv",
    "mod_fastcgi",
    # "mod_proxy",
    # "mod_simple_vhost",
    # "mod_evhost",
    # "mod_userdir",
    # "mod_cgi",
    # "mod_compress",
    # "mod_ssi",
    # "mod_usertrack",
    # "mod_expire",
    # "mod_secdownload",
    # "mod_rrdtool",
    "mod_accesslog"
    )


    And the rewrite rule.

    url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )

    What can i be doing wrong?

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

    can you get any other rewrite rule working for testing? (to make sure that rewrite module works correctly)

Similar Threads

  1. Replies: 2
    Last Post: 10-06-2006, 06:07 PM
  2. Memory Problem:
    By TraumTeam in forum Troubleshooting
    Replies: 1
    Last Post: 04-06-2006, 08:24 AM
  3. Sitemap Generator problem
    By Todd in forum Troubleshooting
    Replies: 4
    Last Post: 02-25-2006, 02:00 PM
  4. Problem with the sitemap file
    By Toocool in forum Troubleshooting
    Replies: 3
    Last Post: 01-29-2006, 04:33 PM
  5. Problem with vbSEO Sitemap
    By psico in forum Troubleshooting
    Replies: 3
    Last Post: 11-21-2005, 09:46 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
  •