biasiolije/unesp-foundation/master/.htaccess - Htaccess File

biasiolije/unesp-foundation/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    # Páginas da documentacal
    RewriteRule ^docs/componentes/(.+).html?$ docs-componentes-$1.php [NC,L]
    RewriteRule ^docs/(.+).html?$ docs-$1.php [NC,L]
    RewriteRule ^docs/?$ docs-introducao.php [NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache