I want to change the 404 page

Rares
edited November -1 in Support Forums

I want to change the 404 Page but i get: This file could not be saved

Comments

  • TheCrafters
    edited November -1

    create a file in your /htdocs folder called .htaccess then type
    ErrorDocument 404 <URL HERE>
    Please do not try to edit the main .htaccess in the folder /

  • Rares
    edited November -1

    @TheCrafters said:
    create a file in your /htdocs folder called .htaccess then type
    ErrorDocument 404 <URL HERE>
    Please do not try to edit the main .htaccess in the folder /

    Thanks.