Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cellophile
PersonaLink
Commits
ee242d9f
Commit
ee242d9f
authored
May 04, 2021
by
Cellophile
🎨
Browse files
ajout gestion erreur 404
parent
41f622af
Changes
1
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
ee242d9f
...
...
@@ -3,3 +3,7 @@ RewriteEngine on
RewriteCond
%{HTTPS}
off
RewriteRule
^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]
# CUSTOM ERROR PAGES
ErrorDocument
400 /index.php?echec=404
ErrorDocument
404 /index.php?echec=404
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment