|
I had a similar problem over the weekend. Mine turned out to be a
corrupted basics.php file Danielle chanh.ong wrote: I rename all .htaccess as you suggested but still get a blank page.One interesting thing is I have the rewritebase set to cake on my cake 1.1 install and 1.1 works in both rewrite on and off. So that is a different between 1.1 and 1.2 on how the dispatcher determine to return a page. Thanks On Jul 2, 10:00 pm, Geoff Ford <[EMAIL PROTECTED]> wrote:This is still a rewrite problem. You discovered previously that the servers root htdocs folder is not where your files are located. Therefore when rewrite invoked it is starting in the wrong location. Delete .htaccess completely, and you will see the default page. If you set up a local server with xampp or similar you will see that there is no problem with the default cake install. The problem clearly lies in sourceforges non-standard server setup. You need to read and understand the followinghttp://httpd.apache.org/docs/1.3/mod/mod_rewrite.html. Especially the part about RewriteBase RewriteBase /caketest wont work because /var/www/caketest does not exist RewriteBase /my_alias/caketest is what you need, you will have to figure out what your my_alias is as I have no idea. Otherwise do away with .htaccess and use urls like index.php/pages/ hello Geoff --http://lemoncake.wordpress.com On Jul 3, 2:15 pm, "chanh.ong" <[EMAIL PROTECTED]> wrote: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |
- Re: Why dispatcher return a blank page? Danielle Tilley
- Re: Why dispatcher return a blank page? chanh.ong
- Re: Why dispatcher return a blank page? AD7six
- Re: Why dispatcher return a blank page? chanh.ong
- Re: Why dispatcher return a blank page? chanh.ong
- Re: Why dispatcher return a blank pa... AD7six
- Re: Why dispatcher return a blan... chanh.ong
- Re: Why dispatcher return a ... chanh.ong
- Re: Why dispatcher return a ... chanh.ong
- Re: Why dispatcher return a ... chanh.ong
- Re: Why dispatcher return a ... chanh.ong
