I have a localhost WordPress website on XAMPP, and I would like to access it from another computer. How do I do it?
So far I've tried the following actions with no success:
Go to Admin Panel > Settings > General and replace localhost with your ip-address for WordPress Address (URL) and Site Address (URL).
edit httpd.conf file in notepad Search for Listen 80 Above line would read like- #Listen 0.0.0.0:80 / 12.34.56.78:80 Change the IP address and replace it with the static IP Save the httpd.conf file ensuring that the server is pointed to #Listen 192.168.1.193:80
In the application root config.php (db connection) replace localhost with IP address of the server
Add in httpd.conf: Allow from all
changed the structure of .htaccess
Add in Directory in httpd-xampp.conf: Require local