The problem with changing page errors

Hello, I wanted to change the error pages for the site but ran into a problem

1 Like

Please use monstaFTP and create/edit .htaccess file in htdocs folder of your sub/domain

edit if needed to look like this:

# error redirect
ErrorDocument 404 http://newtabmy.epizy.com/404.html

* of course also for other error codes if you have it
the error pages with the same names must exist
and if they are in a some subdirectory than edit the PATH (in example) to reflect the real location

make sure that the address of these pages is absolute (start with http/s)
and not relative

because if is relative…
when someone comes to the subfolder of the subfolder and ask something that does not exist or does not have permission it will appear infinityfree error pages not your custom

Many thanks :smiley:

1 Like

YW :smile:

you can delete this (in Not-Found.html) if you do not need it

Ah, forgot about them :sweat_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.