Need to Use Short OTRS Web URL--help

Hi All I need to give a short url When I type http://support.helpdesk.com This should be redirected to http://localhost/otrs/index.pl How to redirect and acheive this in apache windows 2003 Server Regards Sabeer

Sabeer Ahamed пишет:
Hi All I need to give a short url
When I type http://support.helpdesk.com This should be redirected to http://localhost/otrs/index.pl
How to redirect and acheive this in apache windows 2003 Server
Regards Sabeer
------------------------------------------------------------------------
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Take a look at ../otrs/var/httpd/htdocs/index.html It redirects you to /otrs/index.pl
You can use this installation in your Includes/otrs.conf for apache 2
server:
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
NameVirtualHost *:80

Sabeer Ahamed пишет:
Hi All I need to give a short url
When I type http://support.helpdesk.com This should be redirected to http://localhost/otrs/index.pl
How to redirect and acheive this in apache windows 2003 Server
Regards Sabeer
------------------------------------------------------------------------
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs I don't know where apache stores it's *.conf files in Windows environment. Take a look at your httpd.conf and find a line similar to Include conf.d/*.conf It should point to Include directory. Create your own otrs.conf file there with entries you've been given in previous mail and restart Apache.
-- Yasir M. Arsanukaev - IT dept JSC "Amurmetal", Russian Federation phone +7 (4217) 529-576
participants (2)
-
Sabeer Ahamed
-
Yasir M. Arsanukaev