Bonaval Multimedia

Como activar o habilitar .htaccess en Apache

MENU

  • Inicio
  • Empresa
    • Quienes somos
    • Noticias
    • KB: Blog IT
  • Soluciones
    • Nuestras soluciones
    • Aplicaciones a medida
    • Soluciones web para la alimentación y congelado
    • Soluciones web para el turismo y los hoteles
    • Comercio on line
    • Movilidad: webs y apps
    • Sistemas GIS
    • Media: Vídeo Streamer, DVD
    • SEO - Posicionamiento en buscadores
    • Diseño y desarrollo web en Joomla CMS
    • Sistemas Expertos: Audiencias TV
  • Servicios
    • Qué ofrecemos
    • Alojamiento Simple y Avanzado
    • Servidor Virtual
    • Atención al cliente
  • Contacto
  • Home
  • KB
  • Sistemas
  • Servidor web
  • Apache
  • Como activar o habilitar .htaccess en Apache

Como activar o habilitar .htaccess en Apache

1. Editar el archivo /etc/apache2/sites-available/default

nano /etc/apache2/sites-available/default
Cambiar:
AllowOverride None
por:
AllowOverride AuthConfig
o
Options Includes
AllowOverride All
You can also rename your .htaccess file by adding the line below on you httpd.conf file
AccessFileName [filename]
-------------
we may enablemod_rewrite by editing our httpd.conf removing the comment on line from
;LoadModule rewrite_module modules/mod_rewrite.soto
LoadModule rewrite_module modules/mod_rewrite.sowe need to change the AllowOverride directive also from
<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all </Directory>to
<Directory /> Options FollowSymLinks AllowOverride All Order deny,allow Deny from all Satisfy all </Directory>You can also rename your .htaccess file by adding the line below on you httpd.conf file
AccessFileName [filename]example: AccessFileName .configuration
18 May 2012 | Apache
  • Siguiente

Categorías [KB]

  • Aplicaciones y frameworks (1)
  • Desarrollo web (14)
    • Wordpress (9)
    • Joomla (16)
    • Prestashop (1)
  • Tips & Tricks (5)
  • Cheats (9)
  • Diseño (5)
  • Legal (5)
    • Protección de datos (0)
  • Marketing y publicidad (1)
  • RRHH (1)
  • Redes Sociales (3)
  • Seo (4)
  • Sistemas (2)
    • Bases de datos (0)
      • Mysql (6)
    • Seguridad (1)
    • Correo (9)
    • Debian (4)
    • Plesk (4)
    • Redes (11)
    • Servidor web (5)
      • Apache (6)
  • Sistemas Operativos (1)
    • Linux (18)
    • Windows (4)
 
  • Aviso legal
  • Noticias
  • File Store
  • KB
  • Kit Digital
  • Polícita de Privacidad
  • Política de cookies