Ivanca/programando.la/master/.htaccess - Htaccess File

Ivanca/programando.la/master/.htaccess

<IfModule mod_rewrite.c>

# Si el archivo no existe que lo busque dentro de la carpeta /page/
  
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /pages/$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache