Forum Moderators: phranque
I'm trying to create a 404 error page for my website, so I created an error page and have added the following line of code to my .htaccess file:
ErrorDocument 404 /error/
If you type in a page that doesn't exist, such as /dfilged.df the error page loads, which is great, but I would like the displayed url to be that of /error/ instead of /dfilged.df.
Is this possible?
Thanks
If you want the error page URL to appear, you'll have to redirect that error, but that could result in massive duplicate-content problems in search engines. Not recommended.
Jim