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

[eluser]Phil Sturgeon[/eluser]
Possible solution for lighthttpd. I havent tested this as I have no access to a lighthttpd environment right now, but I am reasonably confident it will work.

Put this in your lighthttpd.conf.

Code:
url.rewrite = (

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

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

If it does work, it will support the same Coda preview URL's that the .htaccess does too.


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



Theme © iAndrew 2016 - Forum software by © MyBB