Pastoid

The page you are looking at now is at this URL: http://pastoid.com/ave

This paste was last updated on April 7, 2009 at 9:40 am.

Pasted Coderaw

$HTTP["host"] == "www.sagrising.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
	url.rewrite = (
		"^/(.*)\.(.+)$" => "$0",
		"^/(.+)/?$" => "/index.php/$1"
	)
}
 
$HTTP["host"] =~ "(www.)?habsoft.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
    url.rewrite-once = (
        "^/(?!scripts/|3rdparty/|system/|doc/|user/(?:themes/|files/|plugins/|locales/|sites/))[^?]*(\?(.*))?" => "/index.php$1"
    )
}
 
$HTTP["host"] =~ "(www.)?shardsofconsciousness.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
    url.rewrite-once = (
        "^/(?!scripts/|3rdparty/|system/|doc/|user/(?:themes/|files/|plugins/|locales/|sites/))[^?]*(\?(.*))?" => "/index.php$1"
    )
}
 
$HTTP["host"] =~ "(www.)?habtheatre.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
    url.rewrite-once = (
        "^/(?!scripts/|3rdparty/|system/|doc/|user/(?:themes/|files/|plugins/|locales/|sites/))[^?]*(\?(.*))?" => "/index.php$1"
    )
}
 
$HTTP["host"] =~ "(www.)?testing.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
    url.rewrite-once = (
        "^/(?!scripts/|3rdparty/|system/|doc/|user/(?:themes/|files/|plugins/|locales/|sites/))[^?]*(\?(.*))?" => "/index.php$1"
    )
}
 
$HTTP["host"] =~ "(www.)?jonathancockrum.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/www"
    dir-listing.activate = "disable"
    url.rewrite-once = (
        "^/(?!scripts/|3rdparty/|system/|doc/|user/(?:themes/|files/|plugins/|locales/|sites/))[^?]*(\?(.*))?" => "/index.php$1"
    )
}
 
$HTTP["host"] == "www.makaanga.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/makaanga"
    dir-listing.activate = "disable"
	url.rewrite = (
		"^/(.*)\.(.+)$" => "$0",
		"^/(.+)/?$" => "/index.php/$1"
	)
}
 
$HTTP["host"] == "www.habfolder.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/habfolder"
    dir-listing.activate = "disable"
	url.rewrite = (
		"^/(.*)\.(.+)$" => "$0",
		"^/(.+)/?$" => "/index.php/$1"
	)
}
 
$HTTP["host"] == "www.50.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/habari_50"
    dir-listing.activate = "disable"
	url.rewrite = (
		"^/(.*)\.(.+)$" => "$0",
		"^/(.+)/?$" => "/index.php/$1"
	)
}
 
$HTTP["host"] == "www.wordpress.loc" {
    server.document-root = var.l2gDir + "/HTDOCS/wordpress-27"
	 url.rewrite-once = (
		"^" + var.l2gDir + "(wp-.+).*/?" => "$0",
		"^" + var.l2gDir + "(sitemap.xml)" => "$0",
		"^" + var.l2gDir + "(xmlrpc.php)" => "$0",
		"^" + var.l2gDir + "keyword/([A-Za-z_0-9-])/?$" => var.l2gDir + "index.php?keyword=$1",
		"^" + var.l2gDir + "(.+)/?$" => var.l2gDir + "index.php/$1"
	)
}
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
search.live.com 1
Is this paste spam?
<Hide