Monday 10 November 2008 2:30:03 am
This is my configuration
HTTP["host"] =~ "(^|\.)mystite\.com$" {
server.document-root = "/var/www/my/virtualhost"
url.rewrite-once = (
"^/var/.*" => "$0",
"^/.*\.(css|html|htm|pdf|js|ico|png|gif|jpe?g)$" => "$0",
"^/.*?(\?.*)?$" => "/index.php$1"
) }
I am, because I choose to be!
|