The page isn’t redirecting properly
-
Hi,
I have been asked to install WordPress multisite for use on a small college LAN for student website development. I’ve installed XAMPP 7.4.7 and Bitnami WordPress 5.4.2 on Lubuntu 18.04 following the instructions at https://www.ads-software.com/support/article/create-a-network/.In order to make the network site visible to other PCs on the network I have changed:
wp-config.php – define(‘DOMAIN_CURRENT_SITE’, ‘192.168.15.254’); from 127.0.0.1
wp_blogs table domain value to 192.168.15.254 from 127.0.0.1
wp_options table siteurl value to https://192.168.15.254/wordpress/ from 127.0.0.1
wp_options table home value to https://192.168.15.254/wordpress/ from 127.0.0.1This works fine.
I’ve added a test site and followed the login link from the email, but when I go to https://192.168.15.254/wordpress/testsite/wp-login.php I get:
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.After searching for a solution I’ve tried:
1.Disabling all plugins
2.Renamed .htaccess and plugins folder
3.Redefining inside wp-config.php
define(‘WP_HOME’,’https://192.168.15.254/wordpress’);
define(‘WP_SITEURL’,’https://192.168.15.254/wordpress’);
4.Clearing browser data completely.I’ve searched days for a solution, but zero.
Any help is appreciated.
- The topic ‘The page isn’t redirecting properly’ is closed to new replies.