[otrs] Changing direct URL

924 views
Skip to first unread message

James Leiter

unread,
Mar 18, 2009, 5:10:30 PM3/18/09
to ot...@otrs.org
I'm trying to change the direct URL from http://name/otrs/customer.pl to something simpler and shorter. And if you could use lame mans term, due to being new at Apache 

Guillaume Rehm

unread,
Mar 20, 2009, 7:37:43 AM3/20/09
to User questions and discussions about OTRS.
Hi,

You can use a virtual host to change the name of the serveur.
For exemple, my server name is svm-otrs and customers access it with the name support directly from http://support.

For that, configure a virtual host in apache (cf doc)
Here my /etc/apache2/vhosts.d/vhosts.conf
<VirtualHost *>

ServerName support

ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"

DocumentRoot /opt/otrs/var/httpd/htdocs/

Alias /admin "/opt/otrs/var/httpd/htdocs/admin/"

</VirtualHost>

I modify /opt/otrs/var/httpd/htdocs/index.html to redirect to customer.pl (
instead of index.pl).
To run admin interface I create a directroy admin under /opt/otrs/var/httpd/htdocs/ and paste the original index.html that redirect to /otrs/index.pl

The last point, in your dns server create an alias between the virtual host name and physical machine name.

Hope this help

James Leiter a écrit :
I'm trying to change the direct URL from http://name/otrs/customer.pl to something simpler and shorter. And if you could use lame mans term, due to being new at Apache 

--------------------------------------------------------------------- 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 NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW! http://www.otrs.com/en/support/enterprise-subscription/

-- 
Guillaume REHM
Centre de Ressources Informatiques
Responsable Sécurité du Système d'Information (RSSI)

Bibliothèque Nationale et Universitaire de Strasbourg
5 rue du Maréchal Joffre
BP 51029
67070 Strasbourg

tél: 03 88 25 28 23
fax: 03 88 25 28 03
mail: guillau...@bnu.fr
web: http://www.bnu.fr

James Leiter

unread,
Mar 20, 2009, 2:25:21 PM3/20/09
to User questions and discussions about OTRS.

 

 

James Leiter
System Technician

R&B Solutions Inc.
860 Northpoint Blvd.
Waukegan, IL. 60085
work number: (847)887-8512

This message is intended only for the named recipient.  If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

 

Thank you for the help, I found an easier way to make it directly inported, I just used html, to redirect it over, kinda hard to explain, but the main thing is that it works, thanks again. Have an awesome weekend

 

James

Reply all
Reply to author
Forward
0 new messages