
13 Jun
2008
13 Jun
'08
7:15 a.m.
arturo alonso wrote:
Hi how I make one subdomain go to public.pl and not index.pl
You could use mod_rewrite: http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
I try to make in the directives In apache of this subdomain but always redirect to: subdomain.domain/otrs/index.pl
and I like only open subdomain.domain/otrs/public.pl
how i make the default file in OTRS is public.pl
See the DirectoryIndex directive in the Apache documentation: http://httpd.apache.org/docs/2.0/mod/mod_dir.html#directoryindex Nils Breunese.