Quote:
Originally Posted by iojam
Julian,
lighttpd has its own rewrite rules format.
Please try the following:
url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
Please note that rewrite rules should be added to lighttpd.conf (Lighttpd configuration file).
|
Should i mod the rewrite rule you typed like this?
url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)" => "myfullserverpath/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1" )
I have tried to leave it the way you typed and changed it to the full serverpath i neither works. Do i need to restart or reload the .conf file or is it updated live by lighttpd?
Marius