WPIntell

Source evidence

Still 404 pages …

404 to 301 – Redirect Manager, 404 Error Logs & Notifications · support · 2025-04-15T08:18:00+00:00

mixedsentiment
mediumseverity
0.79relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
opiummmx resolved
Hello 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]

Comments

1 shown
opiummmx 2025-04-15T08:25:00+00:00

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]