I want to change the 404 page
Comments
-
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 / -
@TheCrafters said:
create a file in your /htdocs folder called .htaccess then typeErrorDocument 404 <URL HERE>
Please do not try to edit the main .htaccess in the folder /Thanks.