AuthUserFile *
ErrorDocument 404 https://presidence.gov.bi/laissezpasser/
#DirectoryIndex index.php

Options +FollowSymlinks 
RewriteEngine On
RewriteRule ^index\.html$ /https://presidence.gov.bi/laissezpasser/


RewriteCond  %{REQUEST_URI}  !/image/
RewriteCond  %{REQUEST_URI}  !/pdf/
RewriteCond  %{REQUEST_URI}  !/admin/
RewriteCond  %{REQUEST_URI}  !/php/
RewriteCond  %{REQUEST_URI}  !/graph/
RewriteCond  %{REQUEST_URI}  !/video/
RewriteCond  %{REQUEST_URI}  !/dbase/
RewriteCond  %{REQUEST_URI}  !/css/
RewriteCond  %{REQUEST_URI}  !/jscript/
RewriteCond  %{REQUEST_URI}  !/api/

RewriteRule  ^(.*)$   index.php  [L]