Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fixed access to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguy-fgl committed Aug 5, 2024
1 parent 1bf656f commit 7e44c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.+)$ $1.html [NC,L]

#HOMEPAGE
DirectoryIndex index.php
DirectoryIndex index.html
#ALIASES
RewriteRule accueil /index.php [L]
RewriteRule en/home /en/index.php [L]
RewriteRule accueil /index.html [L]
RewriteRule en/home /en/index.html [L]

#Block IFrames
Header set X-Frame-Options: "DENY"
Expand Down

0 comments on commit 7e44c17

Please sign in to comment.