While it is nice that Cake allow to not use .htaccess and mod_rewrite
with the change in the core.php
        define ('BASE_URL', env('SCRIPT_NAME'));

But I found out all code the generated by Cake are counting
on .htaccess and mod_rewrite to be there otherwise Cake will not work
correctly!

To start out the cake.generic.css will not be located correctly!

I might be wrong but does this:

        <?php echo $html->link('View','/posts/view/' . $post['Post']['id'])?>

take into account of BASE_URL define or not and generate the correct
URL

like:  /index.php/posts/view/

instead of: /posts/view/

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to