-1

I just duplicated my WordPress website hosting to cloud server but it is not working correct. What can problem be?

http://185.73.39.210/

I checked db connection again and again. Db name, user, password are not incorrect.

Hobo
  • 7,536
  • 5
  • 40
  • 50
orka
  • 1

1 Answers1

0

Looking at the source of that page, I see <?, which means your new server doesn't recognise the short form of the PHP opening tag. Either find that piece of code and change it to <?php, or (if you can change your PHP settings), enable short tags.

Community
  • 1
  • 1
Hobo
  • 7,536
  • 5
  • 40
  • 50
  • I could not find php.ini. Can you help me? Where is it located? – orka Apr 27 '16 at 23:18
  • Sorry, just saw your comment, Did you take a look at the question I linked? It's discussed in [this answer](http://stackoverflow.com/a/18443722/1714) – Hobo Apr 28 '16 at 12:57