Skip to content

NodeMCU-Zero/wamp-Nodemcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wamp-Nodemcu

NodeMcu connecting to MySQL via WAMP

Download Wamp form

Download

Get Method PHP

http:///db.php?rla=1&rlb=1&rlc=1&rld=1&sta=1&stb=1&stc=1

Need to setup some file before run the server #httpd Options FollowSymLinks AllowOverride none
Require all denied

DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/">

onlineoffline tag - don't remove

Require all granted

Allow from All
# Virtual Hosts ServerName localhost ServerAlias localhost DocumentRoot c:/wamp/www Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require all granted #

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages