Hi, i got a problem with my links, created with cakephp. (I don't think its a cake problem, but perhaps someone of you can give me a hint, anyway)
If I write something like: <?php echo $html->link("test", array("controller"=>"pages", "action"=>"test")); ?> the output is: Test (/pages/test) the strange thing: in the sourcecode: <a href="test">Test</a> It's very weird. I think it isn't either a cake problem. If I create a simple php page (without cake) the links are showing correct. If I delete the 3 .htaccess files in the cake folders, the links are showing correct. (Sure, the routing is broken) If I setup cake not using htaccess (deleting htaccess, uncommenting the line in the core config), the links are broken. I think mod_rewrite is implemented correct in httpd.conf (never got problems befor). AllowOverride is set to All in the DocumentRoot. No Idea what the hell is going on there. Anyone of you got something similar? Regards, Cronet --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---