I may have a unique problem and I’m not quite sure where to post it so I’ll try here.
The situation is as this. We are a housing association and I’ve been tasked to upgrade to wordpress for us all. This has now been done. Design, content, optimization and all that is now complete.
We, however, need to divide/split access to some pages and posts within a LAN and others to WAN. It may be easier to just give an example. (www.example.com as mentioned in the thread is only an example and not a valid url)
Out of 10 pages, 3 of them may only be watched by people inside the housing Association (we have our own subnet) but the other 7 may be accessed by anyone inside or outside the LAN.
So, for anyone in the world surfing to www.example.com they will be able to see 7 pages (or 10 pages but the content on the 3 restricted ones will not be available) but if anyone in the LAN or internal network goes to www.example.com they will be able to access/see 10 pages.
If I set it up with user-based access all our users would have to logon and all worldly users too to be able to see a post. Tat is not possible as the administration would be horrendous.
I hope I have explained it well enough as I am at a loss here.
Thanks beforehadd for any help.
]]>With regards
Reinhold Kwauka
When I press update if I could get it to do the same on a copy of WordPress on the other server.
Did find 2 plugins but can’t get one to work. The other one works good but have to pay yearly and it will not send videos I drag and drop on my main WordPress.
The plugin’s are: “WPSiteSync for Content” can’t get that to work and “WP Remote Users Sync” that have to pay for and works good but if I put a video in I have to like hand drag and drop the video in the other server and not update the main server before I put a video or videos in it.
Looked for other plugins but can’t find any maybe not searching for the right words.
Got this on my LAN but I can get to the main server from WWW so I can type thing while away from home got a 443 https port forward to it.
Did test the moutisite all most built in to WordPress but that’s on the same server. I want it to be on another one just incase something goes wrong.
Hope someone can help.
-Raymond Day
]]>I’m new to wordpress and on that forum too.Hope I did the necesssary to be accept to the community ^^
Here is my problem:
I’m using version 5.1.1 of wordpress.
My problem concerns only access to wordpress so nothing to do with themes or extensions.
Currently, my site is local on my machine and I access it from my LAN without problem.
However, as I want to show my site to a few people, I wanted to configure access from the outside.
From here, after configuring the redirection on my box, I access the server xampp (https://ip_public) which hosts my wordpress site and the page is displayed well. Showing the good redirection.
But my concern is that when I want to access the url of my site (https://ip_public/mysite), I can’t, it displays that the site took too long to answer and I did not find where to change the settings to allow this connection.Itried to modify .htaccess file but with no success.
Thanks all of you in advance for your assistance.
In the Settings I have both WordPress Address (URL) and Site Address (URL) as /flavor.
I thinking have to do like a ../flavor or something like that?
]]>Need your help.
I have XAMPP installed on my Windows 10 PC. I am able to access website on same machine. When I try to access same website on other PC in same network, I get error message err_connection_refused.
My website is installed in folder mysite.
On same PC I access website by typing localhost/mysite
On other PC I try accessing by typing IP address/mysite and get error message.
But on other PC, if I type IP address only, I do get connected to Xampp Dashboard.
In WordPress Settings I tried changing Home and Site URL’s to https://IP Address/mysite but that hasn’t helped so far as accessing the website from other PC is concerned.
Any help would be much appreciated.
Thanks in advance.
]]>To solve that i change wordpress site url&wordpress url from local ip to global ip. at this time i can connect from external network with global ip too fast, but i cannot connect it by desktop computer which is on local network(browser going to router(huawei HG658)main page when global ip was entered) so that i can’t use dashboard, write posts anything else. How can i solve this ?
]]>I try to configure XAMPP to have access in my LAN. I have managed to do this for static pages by enhancing the “http-xampp.conf” file:
<LocationMatch ?^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))“>
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8
Allow from ::1 192.168
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
However, this works only for static html-pages. I can access them via “192.168.0.31 (on this machine is XAMPP running)/[static page]” without any problem.
If I try to reach a wordpress installation it fails, the URL in the browser on the client computer changes to “localhost/[wordpress installation]”, therefore the page fails to load.
I changed all database entrys from “localhost” to “192.168.0.31” without success.
Because the static pages are loading via LAN i guess there has to be a problem with wordpress and not XAMPP.
What may be the problem? Perhaps some of the wordpress caching features may cause the problem. In a forum entry (in german) someone said suddenly it worked without any changes made.
I appreciate any help on this issue.
]]>