Can i make a custom access denied page?

Hello, can i make a custom .html access denied page in my website?

Yes! It’s as simple as putting this in your .htaccess (if you don’t have one then create one called
just “.htaccess” in your htdocs of the website you want to use it on):

ErrorDocument 403 http://example.com/403page.html

Replace the URL with the URL of the custom page you have for 403 (access denied).

8 Likes

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