wamp server access from another computer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wamp server access from another computer | |
Step 1. Install WAMP server . | |
Step 2. Put Offline Server. | |
Step 3.Apache -> httpd.conf | |
Step 4. | |
<Directory "cgi-bin"> | |
AllowOverride None | |
Options None | |
Order allow,deny | |
Deny from all | |
</Directory> | |
Step 5. | |
<Directory "cgi-bin"> | |
AllowOverride None | |
Options None | |
Order allow,deny | |
Allow from all | |
</Directory> | |
Step 6. Save hten close file. | |
Step 7. Put Online server. | |
Step 9.Apache -> Service -> Restart Service. | |
Step 8. Apache -> Apache Modules -> rewrite module. | |
Step 10. share wamp server access on another computer | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment