Jump to content

[Solved] 404/403 ErrorDocument not working together htaccess


Guest pooks

Recommended Posts

Hello, I was wondering how I could get both 404 and 403 ErrorDocument to work together.

 

I define both in .htaccess but only 404 shows up correctly.

 

The custom error htmls:

 

404: https://yikes.xyz/404.html

403: https://yikes.xyz/403.html

 

Defined in htaccess:

 

ErrorDocument 404 /404.html

ErrorDocument 403 /403.html

 

Is there something I'm doing wrong?

 

Thanks.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...