Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
host change
deelaka6
New
i want change my hosting service to another service so can u tel me how to do it
0
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.php
to something not guessable. Then create anindex.php
with 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
<?php
at the top of that code.grep is your friend.
@x00
I've added it - in the right place, I hope!