This problem is related with .htaccess at your root folder 7 which is in app folder too.
Please add the document root path of the server before the line where webroot is written.
It will be like
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ add site_document_path here webroot/ [L]
RewriteRule (.*) add site_document_path here webroot/$1 [L]
</IfModule>
On Sun, Aug 2, 2009 at 9:13 PM, brian <bally.zijn@gmail.com> wrote:
core.php:
Configure::write('debug', 2);
Also, check the server's error log.
On Sun, Aug 2, 2009 at 5:18 AM, mridulesh kumar<mridu2006@gmail.com> wrote:
>
> i uploaded a cake php script in the webroot of my server.upon
> acceessing the index page iam getting a blank page.
> can anyone plz tell wats the issue.server is supporting all the
> requirements.
> help needed.
>
> >
>
--
Thanks & Regards,
Vijayk.
Co-founder (www.weboniselab.com)
"You Bring the Dreams, We'll Bring the Means"
--~--~---------~--~----~------------~-------~--~----~
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 cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment