host change
deelaka6
New
i want change my hosting service to another service so can u tel me how to do it
0
deelaka6
New
i want change my hosting service to another service so can u tel me how to do it
Comments
???????????
deelaka6 it is not he done thing to post back an hour later.
Especially as it is the early hours in the Americas. It is only volunteers here.
Migration is simple.
index.phpto something not guessable. Then create anindex.phpwith contents<?php header('HTTP/1.1 503 Service Temporarily Unavailable'); header('Status: 503 Service Temporarily Unavailable'); header('Retry-After: 18000'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex"> <title>Service Unavailable</title> </head> <body> <p>We are currently in the process of migrating the forum to a new server, please come back later!</p> </body> </html>this will be SEO friendly, as it tell the search engine to to come back later.grep is your friend.
sorry i can't edit that. There supposed to be a
<?phpat the top of that code.grep is your friend.
@x00
I've added it - in the right place, I hope!