Hola a tod@s,
acabo de instalar apache2.2 sobre un Windows 7 y estoy trasteando con los parámetros más básicos, como DirectoryIndex. Lo tengo definido así:
Cita:
tambien probé a ponerlo sin comas: <IfModule dir_module>
DirectoryIndex index.html, index.htm, index.php
</IfModule>
DirectoryIndex index.html, index.htm, index.php
</IfModule>
DirectoryIndex index.html index.htm index.php
Y en index.html tengo puesto el siguiente texto:
Cita:
El problema es que aun sin existir ningun otro archivo en el directorio raiz, cuando pongo http:\\localhost como dirección, me sale el It works!.<html>
<head>
<title>Hola mundo</title>
</head>
<body>
<h1>
Here be orks!
</h1>
</body>
</html>
<head>
<title>Hola mundo</title>
</head>
<body>
<h1>
Here be orks!
</h1>
</body>
</html>
He cambiado el directorio raiz y el directorio htdocs lo he vaciado, de modo que no se de donde saca ese archivo!
cuando pongo http:\\localhost\index.html carga bien el archivo, dibujandome en el navegador "Here be orks!"
podria alguien ayudarme?
muchas gracias
arko voltaiko
@correccion:
Dios, llevo toda la tarde con este problema. Pongo el post, y derrepente va!
me siento avergonzado
no se a que toque, pero ahora todo funciona a la perfeccion.
lo siento por las molestias