Created
November 15, 2013 06:38
-
-
Save xtornasol512/7480109 to your computer and use it in GitHub Desktop.
Configuraciones regulares en el Archivo de .htacces de Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Options +SymLinksIfOwnerMatch | |
RewriteEngine On | |
#Indexes para evitar que naveguen por las carpetas | |
Options -Indexes | |
#Agregar error 404 a 404.html | |
ErrorDocument 404 /404.html | |
#Redirecciones a páginas | |
Redirect /Contacto.html http://neijingtehuacan.com/pages/contacto.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment