dice9030/GestionLogistico/master/fonts/.htaccess - Htaccess File

dice9030/GestionLogistico/master/fonts/.htaccess

# Activar RewriteEngine
RewriteEngine on
# Reescribir la URL solicitada por el usuario
#   Entrada:  clientes/NOMBRE/
#   Salida: index.php?muestra=NOMBRE

RewriteRule ^empresa/(w+)/?$ empresa.php?idUrl=$1
RewriteRule ^(w+)/?$ index.php?url=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache