Adding error pages

1 - my doubt at the moment I have no access, ?

1 - minha dúvida no momento não tenho acesso, adicionando páginas de erro,

you can also add them via htaccess file inside the htdoces. you just need to add these:

ErrorDocument (error type number) http://yoursite.com/error.php

example for 404*(not found):

ErrorDocument 404 http://yoursite.com/404.php

if i get that what you mean correctly

1 Like

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