hello group,

is it possible to deploy cakephp to an apache userdir? i'm trying to
do a "dev" install in /home/myusername/htdocs/, which resolves to url
http://mydomain.tld/~myusername/

when i try load a method, say mycontroller/mymethod, via
http://mydomain.tld/~myusername/mymethod/mycontroller all i get is

"
Missing controller
You are seeing this error because controller HomeController could not
be found.

Notice: If you want to customize this error message, create app/views/
errors/missing_controller.thtml.

Fatal: Create the class below in file : app/controllers/
home_controller.php

<?php
class HomeController extends AppController {
   var $name = 'Home';
}
?>
"


the controller "mymethod" exists and so does the method "mymethod".
The production install is in http://mydomain.tld/ and it works fine
from there.

any suggestion is greatly appreciated!

thanks,
andrew


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to