The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Lightpd + rewrite rules
i have lightpd and i want to use it with vbseo. I have add this config file:
$HTTP["host"] == "stylers.com.ar" { server.document-root = "/var/www/" url.rewrite-once = ( "^(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^((admincp|modcp|clientscript|cpstyles|images|cus tomavatars)/.*)$" => "$1", "^(vbseo/resources/(css|images|scripts)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^(.+)\?(.*)$" => "/vbseo.php?$2", "^(.+)$" => "/vbseo.php" ) } And i have 404 error. I i delete this file and enable the mod re write in the lightpd.conf file, it gives me an error that it can be enabled two times. Can you helpo me. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|