Write the reason you're deleting this FAQ
How do I forward the URL of a page to the home page after I delete the page?
What i am meaning is.. I am going to delete the following page: http://www.xboxlivefan.org/adminpromotion.php, but it is linked to on several places on across the net so i want to redirect the URL to the home page rather than people getting a "Page Not Found" error or something similar. This way I still benefit from click on links to the page I delete. Can someone please reply below and let me know, Thanks!
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
[HTML]ErrorDocument 404 http://www.lowcostseosolutions.com/[/HTML]
Is it ok that I just added the new line at the end of the file? or should it be in a specific place?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
karoshio
This simple snippet is hopefully what you're looking for, this is added into .htaccess.
Basically it's just the first will redirect to the second, so if someone accessed file is first they will end up to the second URL.
Regards,
Karoshio Hi Sean, This simple snippet is hopefully what you're looking for, this is added into .htaccess. [CODE]Redirect 301 /adminpromotion.php http://www.xboxlivefan.org/otherpage.php[/CODE] Basically it's just the first will redirect to the second, so if someone accessed file is first they will end up to the second URL. Regards, Karoshio
Are you sure you want to delete this post?