Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]ray73864[/eluser]
doesn't seem to have fixed it, when i put that in it stopped all the websites from working, so i then proceeded to set up a vhost for pyrocms to be 'pyrocms.rayherring.net' and then put the url rewrite into a

Code:
$HTTP["host"] == "pyrocms.rayherring.net" {
url.rewrite = (

    "modules/(.+)/controllers/(.+)\.php$" => "/index.php/$1/$2",
    "controllers/(.+)\.php$" => "/index.php/$1",

    "^(.*)$" => "index.php/$1"
)
}

and all i get now is a 404 page if i browse to http://pyrocms.rayherring.net/index.php or an 'It Works' if i leave off the index.php


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 05-29-2009, 05:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB