Conversation
supportHello Joel, I’m using your 404 to 301 plugin, and I thank you for your work and this great plugin. But there’s one thing I don’t understand: how come I still have access to 404 pages despite using the plugin? I thought no 404 pages should be visible and that any 404 error would lead to the page I configured (the home page). How can I ensure that no 404 page appears, for example, when I try to access this image: https://www.cadreseniorconsulting.fr/wp-content/uploads/2025/04/Ogletree-Deakins-eleve-deux-avocats-seniors-Marie-Paulin-et-Alexis-Borestel-au-prestigieux-statut-dOf-Counsel-scaled.jpg Thank you again for your help, Best Regards Guillaume NADAL
You can close this post; I succeeded with another method: Before # begin wordpress, I added RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php$ RewriteRule ^(.*)$ https://www.cadreseniorconsulting.fr/ [R=301,L]
You can close this post; I succeeded with another method: Before # begin wordpress, I added RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php$ RewriteRule ^(.*)$ https://www.cadreseniorconsulting.fr/ [R=301,L]