Hello, ran to some difficulties while installing.
I've built a site using wordpress, I did in locally on Mamp. No I tried to import the database from Mamp to the server. Here's what I did.
1) Export it from Mamp, according to codex article
2) Imported it to the new server like it tells in codex article
3) Moved the files via ftp to the server (in subfolder to test it a bit first)
Now that I go to the address mydoamin.com/wptest, it throws me to http://localhost:8888/wptest/ and gives me 404 not found.
If I would still run the site locally, it would be located under http://localhost:8888/, but I'm not.
What should I do here?
All help appreciated. Thanks!