Viewing 7 replies - 1 through 7 (of 7 total)
  • autotutorial

    (@autotutorial)

    hello wordpress is only visible locally from your network if you have created a Multisite (Network) on wp subdirectory only the network administrator user (Super User) can access this path because all other roles are considered unreliable. From the computer where it works, can you check what it tells you to set for wp-config.php and .htaccess? http://192.168.1.192/wp/wp-admin/network/setup.php
    While the site administrator for example user1 can only login wp/user1/wp-admin/
    Create a Network https://codex.wordpress.org/Create_A_Network
    Debugging WordPress Network https://wordpress.org/support/article/debugging-a-wordpress-network/

    Stef

    (@serafinnyc)

    You have to definitely look at the code you added in the config. I’d also look at the functions file and see if anything has been added there. If previous dev or admin. If you’re the only one ever then I’d say it has to be a snippet somewhere.

    There are no security plugins added to this correct? Disable plugins and troubleshoot that way. I’d also create a second install so that you can test without disrupting the live intranet.

    autotutorial

    (@autotutorial)

    @santura on your profile I see a link with port 8012 it is only possible to create Multisite (Network) on port 80 or 443 (default port for http and https respectively) https://codex.wordpress.org/Before_You_Create_A_Network

    Thread Starter santura

    (@santura)

    Is the port the issue here then? I only set it to that port because I have another program that’s running on port 80 (443 is used by another program as well). Sorry I always forget to add the port to the URL but yes 8012 is apart of it.

    And no I have only added one plugin and its an editor plugin which I’ve troubleshooted by disabling it.

    • This reply was modified 7 years ago by santura.
    Thread Starter santura

    (@santura)

    Edit to add: edited URL is http://192.168.1.162:8012/wp/wp-admin

    autotutorial

    (@autotutorial)

    According to the documentation it is not possible to use multisite on port different from 80 or 443 ..
    Excuse me, can you indicate if you use multise or a normal installation?
    If you want to use a multisite you can only on port 80 or 443 .. make backups of all your files and the database before each change.

    Thread Starter santura

    (@santura)

    It was a normal installation.
    Pardon the long time between responses, I was out of work for awhile.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Admin Login Portal Loopback Issue’ is closed to new replies.