Thread Starter
DoJo44
(@dojo44)
Hello Leejosepho,
yes it’s a local install on a QNAP device.
Your tip above solved the issue!
I have added to “~WordPress/wp-content/themes/travelify/functions.php” the following lines:
update_option(‘siteurl’,’https://192.168.178.100:8081/WordPress’);
update_option(‘home’,’https://192.168.178.100:8081/WordPress’);
Many thanks for your quick answer and great help – have a good weekend!
Thread Starter
DoJo44
(@dojo44)
Some additional info.
when adding the following lines at the end of wp-config.php file
define(‘WP_HOME’,’https://192.168.178.100:8081/WordPress/’);
define(‘WP_SITEURL’,’https://192.168.178.100:8081/WordPress/’);
and accessing in browser “https://192.168.178.100:8081/WordPress/wp-login.php” the login window comes up.
When entering valid login details the following is displayed above the login window: “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”