Edit page now gives Page not found
Permalink
I moved my site from mamp to the live server over at dreamhost. at first I couldn't get clean url's to work until I disable fast cgi and uncommented this line in the request.php file:
if (!$path) { $path = Request::parsePathFromRequest('REQUEST_URI');
I thought all was good until I tried to edit a page and got a c5 page not found page.
here's a sample edit url when I tried to edit the home page:
http://www.stphilipneriempire.com/index.php?cID=1&ctask=check-o...
Did I break the edit pages by uncommenting that line? I couldn't get my clean urls to work with fast cgi enabled.
Really appreciate any help.
EDIT: well I commented the line again mentioned above, made sure fast cgi was disabled, and it all seems to be fine now. But I thought the issue with fast cgi and request.php was fixed. is this a dreamhost issue? Am I is there any reason I need fast cgi?
if (!$path) { $path = Request::parsePathFromRequest('REQUEST_URI');
I thought all was good until I tried to edit a page and got a c5 page not found page.
here's a sample edit url when I tried to edit the home page:
http://www.stphilipneriempire.com/index.php?cID=1&ctask=check-o...
Did I break the edit pages by uncommenting that line? I couldn't get my clean urls to work with fast cgi enabled.
Really appreciate any help.
EDIT: well I commented the line again mentioned above, made sure fast cgi was disabled, and it all seems to be fine now. But I thought the issue with fast cgi and request.php was fixed. is this a dreamhost issue? Am I is there any reason I need fast cgi?