However, now I have the following scenario:
I am to install the code into a subdirectory on a server which already has a CMS install. Therefore, I cannot install into the root directory. However, I can place the web directory into a subdirectory, i.e. /symfony. I froze the code and uploaded it and unfroze it. I then pointed my browser at http://.../symfony/web and nothing appears. Part of the problem is that after the unfreeze my ProjectConfiguration.class.php contains:
- Code: Select all
require_once 'C:\symfony-1.2.9\lib/autoload/sfCoreAutoload.class.php';
Now I get the welcome page but without the graphics. The code is looking for /symfony/web/sf/sf_default/images/sfTLogo.png. How do I talk it into looking in the right place? Do I need to move my /sf directory (see above for location). Note that the /sf directory is aliased to the web /sf directory, i.e. http://www.../sf will go to the sf base install.
I know that sounds a bit confusing but I am confused myself.
