
23 Mar
2010
23 Mar
'10
7:52 p.m.
Hi, I am testing a newer version of OTRS in the same machine that has the current installation. Hence I created otrsnew.conf in httpd conf which has: ScriptAlias /otrsnew/ "/otrsnew/bin/cgi-bin/" Alias /otrsnew-web/ "/otrsnew/var/httpd/htdocs/" However, when I go to /otrsnew/index.pl and login, all my images and css stylesheets are messed up. Looking at the source reveals that the page is still pointing to otrs-web instead of otrsnew-web <!--stop MetaLink --> <link rel="shortcut icon" href="/otrs-web/images/Standard/product.ico" type="image/ico"/> <link href="/otrs-web/css/Standard/agent.css" rel="stylesheet" type="text/css"/> Where else do I need to change the name? thanks, --sharif