Skip to content

displaynone/wordpress-wifi-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localhost WIFI access

Want to test your responsive theme in localhost in your mobile device? When you are developing in localhost is hard to test in your smart phone or tablet. This WordPress plugin helps you to access to your localhost web server through your LAN

Instalation

  • Download, install and active the plugin
  • Access to settings page Tools > WIFI Access and set your LAN mask (usually 192.168.1.)
  • Modify your Apache Virtual Hosts configuration file for granting access:
<VirtualHost *192.168.1.NNN*>
    ServerAdmin *192.168.1.NNN*
    DocumentRoot "*path_to_your_htdocs*"
    ServerName *192.168.1.NNN*
    LogLevel debug
    ErrorLog "logs/wordpress-error.log"
    CustomLog "logs/wordpress-access.log" combined
</VirtualHost>

More information in the original post in Sentido Web (in Spanish)

About

Allows access to your localhost WordPress web trough your LAN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published