Hello,

My CakePHP application is accesible through a mod_alias rule in the
apache config. Due to this fact its accesible on the root of the
apache folder.

For example: apps.example.com/app1/

The Application works without problems on this URL but it don't work
for a reverse proxy. The reverse proxy points on the apps.example.com/
app1/webroot/ folder. The index page is working but all CSS/JS
includes and all links use the "app1"-prefix.

For example the Link to the controller->view should be

http://web.example2.co.uk/controller/view

atm cakephp creates links like http://web.example2.co.uk/app1/controller/view
which don't work.

I tried to fix it with mod_rewrite but I can't remove the directory
name (app1) from the created links.

How can I change/extend CakePHP to fix this?

Thanks,

Steffen

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to