Hi!
I was doing this:
I added in file .htaccess in app/webroot this line:
RewriteBase /
And in file index.php in app/webroot this line:
if (!defined('WEBROOT_DIR')) {
define('WEBROOT_DIR', basename(dirname(__FILE__)));
}
Change to:
if (!defined('WEBROOT_DIR')) {
define('WEBROOT_DIR', '/');
}
Thank very much for all who was helping me :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---