Skip to content

Instantly share code, notes, and snippets.

@deepaksharma192
Created June 29, 2013 09:44
Embed
What would you like to do?
wamp server access from another computer
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