Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!
.htaccess..htaccess, do something like this, with 404.html being your 404 page:ErrorDocument 404 /404.html
Correct me if I'm wrong, but I don't think having a custom 404 page will reduce SEO. Linking to a non-existing (404) page might reduce the SEO, but I don't think having a custom 404 page will.Note that 404s will negatively impact your SEO
Depends on the host. Some hosts will automatically search for an existing 404.html in the root directory and use that, otherwise you will have to configure it somewhere in your server options or.htaccess.
If using.htaccess, do something like this, with404.htmlbeing your 404 page:
Code:ErrorDocument 404 /404.html
Correct me if I'm wrong, but I don't think having a custom 404 page will reduce SEO. Linking to a non-existing (404) page might reduce the SEO, but I don't think having a custom 404 page will.
Haven't really got to the stage of host yet, at the moment just trying to build it but think the host will be WordpressYeah, having a custom 404 won't affect SEO but using it as he seems to want to seems like it should. would you like to share what host @Edrol97 or what type or should it be like just leave it to you? X E.
Code Forum is a community platform where coding enthusiasts can connect with other developers, engage in discussions, ask for help, and share their knowledge with a supportive community. It's a perfect place to improve your coding skills and to find a community of like-minded individuals who share your passion for coding.
We use essential cookies to make this site work, and optional cookies to enhance your experience.