RewriteEngine On
RewriteBase /DUCRAY/2018/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /DUCRAY/2018/index.php [L]

