josselinchevalay/miniVc.0.0.1/master/.htaccess - Htaccess File

josselinchevalay/miniVc.0.0.1/master/.htaccess

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /minivc/
RewriteRule /ressources/(.*?)$ ressources/$1/$2 [L]
RewriteRule /doc/(.*?)$ ressources/$1/$2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-zA-Z0-9-_/]*)$ index.php?p=$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache