Vereis, creo que lo tengo bien configurado, pero algo me debe faltar, o a lo mejor es que este módulo no funciona con los Alias...
Tengo el Apache 2.2 instalado en un Windows y he activado este módulo, sin embargo, si pongo la dirección en minúsculas... no me hace ni caso, me da que no existe la dirección.
Pongo lo más relevante del httpd.conf
Código:
Por favor, si alguien me puede decir algo, se lo agradecería... ¿Quizás por haber puesto el Alias no funciona?LoadModule speling_module modules/mod_speling.so DocumentRoot "C:/webs" <Directory "C:/webs"> # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory> checkspelling on Alias /webPisos "C:\WEBS\Proyecto Pisos"
Si pongo:
http://localhost/webPisos/miPagina.php (FUNCIONA)
http://localhost/webpisos/miPagina.php (NO FUNCIONA, fijarse en la p de wbpisos)
En fin... agradecería cualquier comentario que me pueda dar algo de luz a este pequeño problemilla... miré en los logs, pero ahí no me da error, ni al cargar el módulo, ni nada...