SEOHelper 4xx Error Page

In 2023, I purchased SEOHelper, but unfortunately, I never figured out how to use SEO stacks. Joe’s videos aren’t a good way to learn, especially if you don’t have a good command of the language.

Two and a half years later, I decided to use SEOHelper again to create a 404 page, but unfortunately, with the same result… I didn’t understand anything about it.

Browsing the forum, I found this:

It works and is easy to understand.

But what if I wanted to use SEOHelper? Is there anything written to explain how to proceed? A simple tutorial listing the steps? At least to try using one of these stacks and avoid having wasted money.

1 Like

The 404 stack does not do much for your 404 page. I just ensures that the page retuns an authentic 404 http code. You still need to setup your htaccess rules so that users get sent to the 404 page when a URL is not found. There is an example that you can use as a starting point in the stack settings.

ErrorDocument 404 /pathto/404page/
<FilesMatch "\.(bmp|cur|gif|ico|jpe?g|png|svgz?|webp)$">
ErrorDocument 404 /resources/404.jpg
</FilesMatch>

:+1: Perfect, thanks