Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

Tag: mod_rewrite

Linux

Habilitar mod_rewrite en Ubuntu 14.04

Posted on 30 October, 201430 October, 2014 By jaime

Correr el comando para habilitar el mod_rewrite sudo a2enmod rewrite Se reinicia apache sudo service apache2 restart El archivo de configuracion por defecto en Ubuntu 14.04 cambió de default.conf a 000-default.conf sudo nano /etc/apache2/sites-available/000-default.conf Al final del archivo se agrega la ruta webserver: <Directory “/var/www/html”> AllowOverride All </Directory> En Ubuntu 14.04 tambien…

Read more

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes