Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $HTTP["host"] =~ "(autodor|autodor.ru|sub.autodor.ru|test.autodor.ru)$" {
- $HTTP["url"] =~ "^/db/" {url.access-deny = (""),}
- $HTTP["url"] =~ "^/keys/" {url.access-deny = (""),}
- $HTTP["url"] =~ "^/cookie/" {url.access-deny = (""),}
- $HTTP["url"] =~ "^/log/" {url.access-deny = (""),}
- $HTTP["url"] =~ "^/ping/" {url.access-deny = (""),}
- server.document-root = "/home/foxi/autodor"
- server.error-handler-404 = "/404.php"
- url.rewrite-once = (
- "^/robots\.txt$" => "/index.php?feed=robots",
- "^/rss/$" => "/index.php?feed=rss",
- "^/rss\.xml$" => "/rss.php",
- "^/sitemap/$" => "/index.php?feed=sitemap",
- "^/sitemap\/([0-9]+)/$" => "index.php?feed=sitemap&p=$1",
- "^/category/([0-9]+)/$" => "/index.php?category=$1",
- "^/tag/([^\.]+)/$" => "/index.php?search=$1",
- "^/page/([^\.]+)/$" => "/index.php?page=$1",
- )
- }
Add Comment
Please, Sign In to add comment