# Apache version required 2.x RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L] ErrorDocument 403 /index.php Order Allow,Deny Deny from all = 2.4> Require all denied # on donne l'autorisation d'acceder au fichier handler.php (sinon le site ne sera pas foncitonnel) Order Allow,Deny Allow from all = 2.4> Require all granted