This is a discussion on Config problem (upgrade 1.3 to 2.x :) within the Apache Web Server forums, part of the Web Server and Related Forums category; In my old configuration it was possible to call a url like that. http://localhost/somedirectory/somefile and he opened ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In my old configuration it was possible to call a url like
that. http://localhost/somedirectory/somefile and he opened somefile.html, even if i didn't specified the suffix. now I upgraded to apache 2.x and this doesn't work any more :( I couldn't find out witch config directive, from the 1.3 configuration, I have to use. can anybody help me? cu Philipp -- XML is the ASCII for the new millenium. (Cocoon documentation) -------------------------------------- |
|
|||
|
*** Philipp Moser wrote/escribió (Fri, 14 Nov 2003 13:09:53 GMT):
> http://localhost/somedirectory/somefile > > and he opened somefile.html, even if i didn't specified the > suffix. > > now I upgraded to apache 2.x and this doesn't work any more >:( I couldn't find out witch config directive, from the 1.3 > configuration, I have to use. DirectoryIndex index.php index.html ........ As far as I know it hasn't changed since 1.x -- -- -- Álvaro G. Vicario - Burgos, Spain -- |