ErrorDocument 404 http://innovapucp.pucp.edu.pe/404.php
ErrorDocument 403 http://innovapucp.pucp.edu.pe/403.php

# Disable Directory Browsing
# For security reasons, Option all cannot be overridden.
Options All -Indexes



RewriteEngine on

RewriteRule ^([a-zA-Z0-9-/]+).html$ articulo.php?url=$1
RewriteRule ^([a-zA-Z0-9-/]+).html/$ articulo.php?url=$1


#Comprimir
SetOutputFilter DEFLATE
