CollDev/lazoabogados/master/.htaccess - Htaccess File

CollDev/lazoabogados/master/.htaccess

# Activar RewriteEngine
RewriteEngine on
# Reescribir la URL solicitada por el usuario
#   Entrada:  /NOMBRE/
#   Salida: index.php?id=NOMBRE
#RewriteRule ^/(w+)/?$ index.php?option=$1

RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?option=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?option=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache