Hi mlattke,
The situation is that i have installed using local network ip address (172.17.1.16), and found out that i need domain name to be the url eg. http://mysetup.xxx.
So what i want exactly:
http://172.19.1.16
changed to
http://mysetup.xxx
I have changed app.php the URL setting to match the new value. I have also been looking for the text pattern ‘172.19.1.16’ in ubuntu file system and found only session folder containing this text pattern.
I have looked for a URL value in the database by using phpmyadmin with no luck.
Admin login shows correct with mysetup.xxx but once I click on a location, the url changes to 172.19.1.16 which makes the site unavailable from the internet.
Also when i look for the SLUG value, it starts with http://172.19.1.16/
I hope it’s more clear what i want.
Thanks.