Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom 403 not displaying — Custom 404 is however

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #41940
    Rugg
    Participant

    Hello Mates,

    I’ve setup a few tweaks in my **.htaccess** file allowing custom error pages to be served for various types of server errors. The custom 404 page seems to be served correctly, however, the 403 page remains the server default. Below is a sample of the code I configured.

    Not sure why I’m having issues with this bit. If anyone has experience or suggestions to solve the problem, I’m all ears. Thank You.


    #
    # Custom Error page
    #
    ErrorDocument 400 /error.html
    ErrorDocument 401 /error.html
    ErrorDocument 403 /error.html
    ErrorDocument 404 /error.html
    ErrorDocument 500 /error.html
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.