
14 Oct
2008
14 Oct
'08
8:17 p.m.
Per olof Ljungmark wrote:
After a few pains moving OTRS from Apache 1.3 to 2.2 I'm left with one(?) final piece that I cannot get my grips on: How do I configure Apache to use index.pl for DirectoryIndex?
http://mytld/otrs/ just returns the directory listing so I have to point to http://mytld/otrs/index.pl explicitly to get the login page.
Set 'DirectoryIndex index.pl' in your server config/virtual host config/directory config/.htaccess file. http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryindex Nils Breunese.