
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

I figured it out. I needed to add:
# Frontend::WebPath
# (URL base path of icons, CSS and Java Script.)
$Self->{'Frontend::WebPath'} = '/otrsnew-web/';
in Config.pm
-sharif
On Tue, Mar 23, 2010 at 2:52 PM, sharif islam
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

Hi Sharif, Admin Interface -> SysConfig -> Framework -> Core::Web -> Frontend::WebPath -Martin On 23.03.2010, at 15:52, sharif islam wrote:
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
participants (2)
-
Martin Edenhofer
-
sharif islam