vBulletin Search Engine Optimization
This is a discussion on lighttpd issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I am moving to a lighttpd server and added the following to the config file as per the documentation: Code: ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| lighttpd issue
I am moving to a lighttpd server and added the following to the config file as per the documentation: Code: $HTTP["host"] == "yourdomain.com" {
server.document-root = "/path/to/your/public_html/"
url.rewrite-once = (
"^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
"^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1",
"^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
"^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2",
"^/forums/(.+)$" => "/forums/vbseo.php"
)
}
I'm guessing that I am missing something obvious... |
|
#2
| ||||
| ||||
|
did you re-start lighty after changing the rules? the won't apply without a service restart
|
|
#3
| |||
| |||
|
Yes. I even tried rebooting the VPS.
|
|
#4
| ||||
| ||||
|
did you fill in these with your real info? $HTTP["host"] == "yourdomain.com" { server.document-root = "/path/to/your/public_html/" |
|
#5
| |||
| |||
|
As I said, the top two lines were already in there (and they were correct).
|
|
#6
| |||
| |||
|
Double post -- deleted
|
|
#7
| |||
| |||
|
Fixed it by uninstalling and re-installing lighty. Seems to be working now. Thanks.
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lighttpd performance | Pierce | Troubleshooting | 5 | 03-02-2007 02:52 PM |
| problem with lighttpd | akschu | URL Rewrite Settings | 1 | 10-15-2006 09:03 AM |
| freebsd + lighttpd + apc | amcd | Pre-Sales Questions | 2 | 10-04-2006 08:20 AM |
| about lighttpd | pablasso | Pre-Sales Questions | 2 | 06-30-2006 08:55 PM |
| can I vbseo with lighttpd? | taoqcom | Pre-Sales Questions | 1 | 03-11-2006 01:38 AM |