missing controller, can't get http://localhost/xampp

2008-11-05 Thread Janis Rough
Sorry I sent an earlier message but I didn't explain very well.

I installed phpCake.  I have Xampp version of apache and mysql server for 
localhost testing which earlier worked.  If I typed http://localhost/xampp I 
would get a list of tools and status and so forth.  Now if I type 
http://localhost/xampp/phpinfo.php
or http://localhost/xampp.  I get missing controller errors.  I need to access 
http://localhost/xampp page to use the phpadmin tool to create a table for the 
tutorial.
How can I reroute the xampp page index so that it works so that I can use the 
admin tool?

thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP 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
-~--~~~~--~~--~--~---



Re: missing controller, can't get http://localhost/xampp

2008-11-05 Thread francky06l

you should install cake in xampp/htdocs/cake for example, not in
htdocs directly.
Also, I guess xampp does not have the mod-rewrite enabled by
default .. Check your php.ini in the xampp/apache/bin and uncomment
the line relative to mod-rewrite.

hth

On Nov 5, 9:26 pm, Janis Rough [EMAIL PROTECTED] wrote:
 Sorry I sent an earlier message but I didn't explain very well.

 I installed phpCake.  I have Xampp version of apache and mysql server for 
 localhost testing which earlier worked.  If I typedhttp://localhost/xamppI 
 would get a list of tools and status and so forth.  Now if I 
 typehttp://localhost/xampp/phpinfo.php
 orhttp://localhost/xampp.  I get missing controller errors.  I need to 
 accesshttp://localhost/xampppage to use the phpadmin tool to create a table 
 for the tutorial.
 How can I reroute the xampp page index so that it works so that I can use the 
 admin tool?

 thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP 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
-~--~~~~--~~--~--~---