[horde] Wicked <link> generation.

Korthrun korthrun at gmail.com
Fri Jan 4 19:41:57 UTC 2008


Hello!

     I apologize in advance if this is the wrong list, it seemed like
the best choice.

     What I'm after is having both IMP and Wicked running under
seperate subdomains. After reading the FAQ I got the impression that I
would need a separate horde "install" in order to get this to work. I
do have them both working under "subdomain1.foo.com/imp" and
"subdomain1.foo.com/wicked".

     What I did was:
    cp -rp /www/virtual/horde /www/virtual/wicked
    rm -rf /www/virtual/wicked/*imp (to get mimp to)

    I set the statuses in /www/virtual/wicked/config/registry.php to
inactive for imp and mimp, and changed the wicked webroot to ''
    I then created the following virtual host and associated DNS entry.

<VirtualHost SERVER_IP:80>
        Alias /horde/ "/www/virtual/wicked" #Tried with and without
the trailing slash on both parameters.
        Options +FollowSymLinks
        ServerName wicked.foo.com
        DocumentRoot /www/virtual/wicked/wicked
        ErrorLog /var/log/httpd/wicked.err.log
</VirtualHost>

    The result is that while the page does load, the style sheets
obviously don't as I get a plain white background with some
disorganized text. When I check the urls generated for the css <link>
tags and noticed that "index.php" is being prepended to the proper
path. This is not the behavior of my working install under
/www/virtual/horde/wicked/. Example:

<link href="/themes/graphics/favicon.ico" rel="SHORTCUT ICON" />
<link href="/index.php/themes/screen.css" rel="stylesheet" type="text/css" />
<link href="/index.php/themes/bluewhite/screen.css" rel="stylesheet"
type="text/css" />
<link href="/themes/screen.css" rel="stylesheet" type="text/css" />


     Any ideas on what might cause the index.php to get in there?

Thanks,


More information about the horde mailing list