Allow remote access to WampServer hosting

To allow remote access to apache running on Windows :
You need to change the config file called httpd.conf for example under a wampserver install :
file location is : c:\wamp\bin\apacheApache2.2.17\conf\httpd.conf

You need to allow remote access to directory C:\wamp\www like this:
So go and find the section
and then change it as following :

<Directory "c:/wamp/www/">
ExecCGI MultiViews
Options Indexes FollowSymLinks
AllowOverride all

Order allow,deny
Allow from all

</Directory>

          
        

extradrmtech

Since 30 years I work on Database Architecture and data migration protocols. I am also a consultant in Web content management solutions and medias protecting solutions. I am experienced web-developer with over 10 years developing PHP/MySQL, C#, VB.Net applications ranging from simple web sites to extensive web-based business applications. Besides my work, I like to work freelance only on some wordpress projects because it is relaxing and delightful CMS for me. When not working, I like to dance salsa and swing and to have fun with my little family.

You may also like...

Leave a Reply