It worked!! Thank you Regards José
Sam Sherlock escribió: > try this in your .htaccess > <IfModule mod_rewrite.c> > RewriteEngine on > RewriteRule (phpmyadmin)/(.*) - [L] > RewriteRule ^$ webroot/ [L] > RewriteRule (.*) webroot/$1 [L] > </IfModule> > > On 16/04/2008, *José Selesán* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > > Hi there! I'm starting to use Cake-PHP (I think it is grate!) and > I have > a problem with my production server. I've installed CakePHP on the > server and it has also phpmyadmin, soy my root directory looks as > this: > /app > /cake > /phpmyadmin > index.php > .htaccess > > The problem happens when I try to use phpMyAdmin (browsing to > http://www.domain.com/phpmyadmin): I get an error message saying I > don't > have a phpmyadminController class. I think is a routing problem. > > Somebody can help me? > Thanks a log > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
