Hello!

I ran into a problem when moving an existing CakePHP project, written
by my predecessor, from an Apache intranet server to another one
because of a hardware issue...

Moving the MySQL database was no problem at all, but all links within
the projects homepage are incomplete and therefore not working. Here's
an example:
<link rel="stylesheet" type="text/css" href="/resdb/css/layout.css" />
Guess you guys already noticed - it should be
<link rel="stylesheet" type="text/css" href="/resdb/app/webroot/css/
layout.css" />

Tried messing around with some settings both Apache and CakePHP
related, but I have to admit I won't find the solution by myself
anytime soon.

Any hints you can give me? Do you require additional information? Oh,
it's CakePHP 1.3.2 ...

Thanks in advance!

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to