Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@deepaksharma192
Created June 29, 2013 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepaksharma192/5890558 to your computer and use it in GitHub Desktop.
Save deepaksharma192/5890558 to your computer and use it in GitHub Desktop.
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