Hi everyone,
I'm just getting started using cakePHP by going through the IBM
tutorials, and I have a problem which I don't understand, and I also
haven't found a solution on the web.

I'm trying to set up an RSS feed using the RSS helper and the
RequestHandler component. Everything works exactly as it should in
Firefox, but in Safari something strange happens when I go to the
index.rss page. The following error occured:

----
Safari can’t open the page “localhost:8888/products/index.rss” because
it cannot redirect to locations starting with “localhost:”.
----

After some googling on this error I got the idea that it might have
had something to do with the port I'm running MAMP on. After changing
the port to the standard port 80 however, another error occurred:

----
Safari can’t open the page “http://index.rss/” because it can’t find
the server “index.rss”.
----

And again, in Firefox, everyhing works like a charm.

It seems to be some strange HTTP request problem, that messes up
redirecting to the correct address.

Has anyone seen this problem before? I'm running cake 1.2 on OS X
Tiger, using MAMP.


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

Reply via email to