@rthur Posted October 22, 2020 Share Posted October 22, 2020 Bonjour, J'essaie de modifier ma page erreur 404 mais celle de base ne s'affiche même pas. Il m'affiche un message de ce type : Aucune page Web trouvée à l'adresse :https://monsite.fr/index.php?controller=404 HTTP ERROR 404 Avez-vous une idée d’où le problème peut venir? J'ai bien une page 404.html à la racine de mon serveur et j'ai ce code dans /override/controllers/front/PageNotFoundController.php : <?php class PageNotFoundController extends PageNotFoundControllerCore { /** * Assign template vars related to page content * @see FrontController::initContent() */ public function initContent() { header('HTTP/1.1 404 Not Found'); header('Status: 404 Not Found'); header('Location: /404.html'); } } ?> J'ai également ce code dans le htaccess : #If rewrite mod isn't enabled ErrorDocument 404 /index.php?controller=404 Merci Link to comment Share on other sites More sharing options...
@rthur Posted October 26, 2020 Author Share Posted October 26, 2020 up ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now