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]
Ahh damn. It always used to work fine if it was the root of any host (subdomain or otherwise). Since people wanted it working in non-root folders it seems subdomains are now not supported.

As a quick fix, load config/constants.php and set the last two constants like so:

Code:
define('APPPATH_URI', '/'.APPPATH.'/');

define('BASE_URI', '/');

Or something like that anyway.


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



Theme © iAndrew 2016 - Forum software by © MyBB