
Hello, Looking through /etc/apache2/conf.d/otrs.conf, I see an entry of 'alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" In that directory I see "index.html" that very helpfully redirects to the agent login page, http://myserver/otrs/index.pl In other words, http://myserver/otrs-web/index.html --> http://myserver/otrs/index.pl Where is /otrs-web/ from? I don't see it in the docs anywhere. I would like to set up something similar wherein: 1 - http://myserver/index.html --> http://myserver/otrs/customer.pl 2 - http://myserver/otrs/index/html --> http://myserver/otrs/index.pl The second one looks obvious, but will doing the first one (say by adjusting the Alias entry or adding another one) and adjusting a "customer" version of "index.html" and moving it *mess up* anything else that I don't know about? I guess I can try and find out, eh? Thanks, Mark

Hi, In "/opt/otrs/var/httpd/htdocs/index.html put <meta http-equiv="refresh" content="0; URL=/otrs/customer.pl"> in <head> section. Create a subfolder (for me admin) under /opt/otrs/var/httpd/htdocs/ and create an index.html with <meta http-equiv="refresh" content="0; URL=/otrs/index.pl"> in <head> section. In this case there are no modification in /etc/apache2/conf.d/otrs.conf Be carefull with browser cache when you done your tests ! Hope this help. Le 10/03/2010 22:28, Swope, Mark a écrit :
Hello, Looking through /etc/apache2/conf.d/otrs.conf, I see an entry of 'alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" In that directory I see "index.html" that very helpfully redirects to the agent login page, http://myserver/otrs/index.pl In other words, http://myserver/otrs-web/index.html --> http://myserver/otrs/index.pl _Where is /otrs-web/ from? I don't see it in the docs anywhere._ I would like to set up something similar wherein: 1 - http://myserver/index.html --> http://myserver/otrs/customer.pl 2 - http://myserver/otrs/index/html --> http://myserver/otrs/index.pl The second one looks obvious, but will doing the first one (say by adjusting the Alias entry or adding another one) and adjusting a "customer" version of "index.html" and moving it *mess up* anything else that I don't know about? I guess I can try and find out, eh? Thanks, Mark
--------------------------------------------------------------------- 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: guillaume.rehm@bnu.fr web: http://www.bnu.fr

We use the otrs-web directory to serve static content from, such as
images, and things as the rich text editor.
The /otrs directory is only for the active content; this has Perl enabled.
The index.html file is just to re-route any people who do URL hacking
to the customer interface :D
((enjoy))
-
Michiel Beijen
R&D
Follow me on Twitter: @otrsnl [https://twitter.com/otrsnl]
OTRS AG
Norsk-Data-Str 1.
61352 Bad Homburg
Germany
T: +31 (0) 6457 42418
F: +49 (0) 9421 56818-18
I: http://www.otrs.com/
Business Location: Bad Homburg, Country Court: Bad Homburg, Commercial
register: 10751, Tax ID: 003 240
97505 Chairman of the Board: Burchard Steinbild, Managing Board: André
Mindermann (CEO), Martin Edenhofer
On Wed, Mar 10, 2010 at 10:28 PM, Swope, Mark
Hello, Looking through /etc/apache2/conf.d/otrs.conf, I see an entry of 'alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" In that directory I see "index.html" that very helpfully redirects to the agent login page, http://myserver/otrs/index.pl
In other words, http://myserver/otrs-web/index.html --> http://myserver/otrs/index.pl
Where is /otrs-web/ from? I don't see it in the docs anywhere.
I would like to set up something similar wherein: 1 - http://myserver/index.html --> http://myserver/otrs/customer.pl 2 - http://myserver/otrs/index/html --> http://myserver/otrs/index.pl
The second one looks obvious, but will doing the first one (say by adjusting the Alias entry or adding another one) and adjusting a "customer" version of "index.html" and moving it *mess up* anything else that I don't know about?
I guess I can try and find out, eh?
Thanks, Mark
--------------------------------------------------------------------- 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/
participants (3)
-
Guillaume Rehm
-
Michiel Beijen
-
Swope, Mark