ncoden/42_PHP_pool/master/d08/.htaccess - Htaccess File

ncoden/42_PHP_pool/master/d08/.htaccess

<IfModule mod_rewrite.c>

  Options -Multiviews +FollowSymLinks

  RewriteEngine on
  RewriteCond %{REQUEST_URI} !^/resources/.*
  RewriteCond %{REQUEST_URI} !^/resources$
  RewriteRule (.*) index.php?path=$1 [NC,L,QSA]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache