El(On) 02/09/2003 (20:10:10), :: Diego D'Angelo :: escribi�(wrote): > alguna vez alguien configuro apache para que no discrimine mayusculas > y minusculas? > por ejemplo si la pagina es realmente www.pagina.com/index.html > tambien pueda accederse como www.pagina.com/INDEX.html ? > si alguien sabe que chifle como se hace....por lo poco que vi me > parecio que se hace con el mod_rewrite y un script en perl, pero no > entendi demasiado...
Pod�s usar el mod_speling que viene con Apache:
Habilit�lo en httpd.conf:
LoadModule speling_module /usr/lib/apache/1.3/mod_speling.so
y pon� tambi�n en la secci�n 2
(### Section 2: 'Main' server configuration:) :
#
# This module attempts to correct misspellings of URLs that users might
# have
# entered, by ignoring capitalization and by allowing up to one
# misspelling.
#
CheckSpelling on
Documentaci�n:
/usr/share/doc/apache/manual/mod/mod_speling.html.html
Lo prob� y hac� lo que vos quer�s.
Saludos.
--
_________________________________________________________
______ _____________
Marcelo Ramos | \/ __ |
Debian Sid GNU/Linux 2.4.22 | |_/ /
Socio UYLUG Nro 125 | \
Linux registered user #118109 |_____|\/|_____|\______\
pgp00000.pgp
Description: PGP signature
