rgfpy/ciberwap/master/.htaccess - Htaccess File

rgfpy/ciberwap/master/.htaccess

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<IfModule mod_rewrite.c>
# Activar RewriteEngine
RewriteEngine on
RewriteBase /ciberwap/
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

# Reescribir la URL solicitada por el usuario
RewriteRule ^files/([0-9-]*)/([a_zA_Za-zA-Z0-9-]*).html$ apps/detalle_archivo.php?id=$1&slug=$2
</IfModule>

ErrorDocument 404 /404.shtml

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache