The migration isn't hard at all. 1000 topics is actually very small (depending on number of users and posts of course - and if you don't have a large number of attachments, locally stored files(non phpbb)4mpb5 wrote: Fri Nov 29, 2024 5:34 am ...
How hard is the migration going to be ? I have about 1000 topics which is not tto bad
If you mean hosting on your own computer via your ISP's connection you will probably find that it is not allowed.4mpb5 wrote: Fri Nov 29, 2024 5:34 am Is it too much work to host on your own server after getting a static IP address etc.
Thankswarmweer wrote: Fri Nov 29, 2024 9:48 amThe migration isn't hard at all. 1000 topics is actually very small (depending on number of users and posts of course - and if you don't have a large number of attachments, locally stored files(non phpbb)4mpb5 wrote: Fri Nov 29, 2024 5:34 am ...
How hard is the migration going to be ? I have about 1000 topics which is not tto bad
I suspect even a free hosting package would suffice (for a long time still).
ThanksHiFiKabin wrote: Fri Nov 29, 2024 11:33 am If you mean hosting on your own computer via your ISP's connection you will probably find that it is not allowed.
This sounds good especially the migration partHiFiKabin wrote: Fri Nov 29, 2024 11:33 am Best to find a good host, most of which (the one I use included) will do the migration for you at no charge.
Remember, price should not be the sole deciding factor, service if far more important which is why I have stuck with my hosting company for the past 8 years
ThanksMadalin10 wrote: Fri Nov 29, 2024 7:52 am You can also read this article which explains you how to transfer your board to another hosting, in case if you decide to do so.
-> https://www.phpbb.com/support/docs/en/3 ... or-domain/
Again my concern is domain pointers.Madalin10 wrote: Fri Nov 29, 2024 7:52 am You can also read this article which explains you how to transfer your board to another hosting, in case if you decide to do so.
-> https://www.phpbb.com/support/docs/en/3 ... or-domain/
I understand . Just transferring the domain name only should not be that hardthecoalman wrote: Fri Nov 29, 2024 11:16 pm If you follow the directions for transferring a domain it's easy to do.
https://www.phpbb.com/support/docs/en/3 ... or-domain/
I changed hosts earlier this year. It was very simple. I would not change domains as that would be annoying for current users. I would do it in two steps.4mpb5 wrote: Fri Nov 29, 2024 8:41 pmAgain my concern is domain pointers.Madalin10 wrote: Fri Nov 29, 2024 7:52 am You can also read this article which explains you how to transfer your board to another hosting, in case if you decide to do so.
-> https://www.phpbb.com/support/docs/en/3 ... or-domain/
If I have a domain called abc.com can I use xyz.com at my new host or do I need to transfer my domain abc.com to my new host.
Looks simple but from my past experience, small details can cause lots of problems
Set the board up on the the new host first. Find out what the IP is, this available om main page of Cpanel if that is what you have. The following directions are for Windows but you can do the same thing with other OS's. Open C:\Windows\System32\drivers\etc\hostsinvenio wrote: Sat Nov 30, 2024 8:14 pm 1) I would transfer the domain to a separate domain name registrar. It's best practice to have the domain registered with someone other than your website host anyway.
2) Once #1 is done, you can migrate the board to a new host. As mentioned above, many hosting services to this migration for you which makes things very easy. Pretty much have them do it if it's free anyway. But doing it manually is not that complicated either as there is the KB article on how to do it.
Code: Select all
127.0.0.1 yourdoamain.com
127.0.0.1 www.yourdomain.com
127.0.0.1
is for local host if for example you are using XAMPP, you need to change this to IP of new host. Save the file. Browsers can be finicky with this, in FF open settings>> Security and privacy. Find "DNS over HTTPS" and add exception for your domain. Open site in browser and do a hard refresh with ctrl-f5. You'll get warning about the SSL cert, click advanced button and make an exception. You should be viewing the website on new host so you can test things. You can spend as much time as you want making sure everything went smoothly. Code: Select all
#127.0.0.1 yourdoamain.com
#127.0.0.1 www.yourdomain.com