WebSite X5Help Center

 
Lei W.
Lei W.
User

How can I forward the pages, which are deleted, to the homepage?  en

Author: Lei W.
Visited 1288, Followers 1, Shared 0  
Tags: forward,page

Hello to all!

I delelted some pages of my website. But still the goolge show the old results. If some one click it, it would be shown "Not Found. The requested URL /xxx.html was not found on this server." How can I forward these pages directly to my homepage?

Thanks in advance! Lei

Posted on the
3 ANSWERS
Little-key .
Little-key .
User

Make a file index.html with the following contents

<meta http-equiv="refresh" content="0;url=http://www.my-homepage.com">

and upload the file on your server, where you deleted the page.

Or you make a forward by your provider settings.

Read more
Posted on the from Little-key .
Der Zwoemti
Der Zwoemti
Moderator

with a

.htacces

and mod rewrite

302 forwarding

search by google

Read more
Posted on the from Der Zwoemti
Lei W.
Lei W.
User
Author

I write a .htacces and 404.php. that works.

Read more
Posted on the from Lei W.