I have a Wordpress installation in a subfolder of a domain:
I want to move it to a hosting space with no domain name:
http://123.123.123.123
Will it work? I want to try Duplicator or maybe manually, but I don't know if it will work without a domain name?
Thanks.
I have a Wordpress installation in a subfolder of a domain:
http://www.example/wordpress
I want to move it to a hosting space with no domain name:
http://123.123.123.123
Will it work? I want to try Duplicator or maybe manually, but I don't know if it will work without a domain name?
Thanks.
Share Improve this question asked Jul 23, 2019 at 10:15 AlexAlex 1811 silver badge9 bronze badges1 Answer
Reset to default 1Yes, it will work as far as I know.
You need to make sure that you have the two URL constants pointing to the right folder on your webspace.
See in your database XX_options table:
siteurl: 123.123.123.123/wordpress
home: 123.123.123.123/wordpress
These fields can be edited via Settings > General below the 2 fields of title and subtitle, so there is no need to fool around in the database.