Hi All, we are building cake website that is externally accessible at http://www.company.com/cakeapp with mod rewrite enabled.
Internally, that website gets translated to http://cakeapp.company.com/cakeapp Everything works when accessing the page from within the firewall but when accessing the page from the outside only the index page shows up - no links/controller actions work as all of them use the internal url http://cakeapp.company.com/cakeapp as the base url which is not accessable from the outside. How can one configure cake, to always use a specific URL, here http://www.company.com/cakeapp as the web root? Any suggestions are highly appreciated. Thank you. Johannes Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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 To unsubscribe, reply using "remove me" as the subject.
