suresh_kamrushi Posted June 17, 2011 Share Posted June 17, 2011 i have created a project on wamp server in my local PC and store in root directory. Now i want that people in network can also access that project. Please Let me how to achieve this. Thanks in Advance!!! Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/ Share on other sites More sharing options...
Maq Posted June 17, 2011 Share Posted June 17, 2011 Instead of using localhost use your local ip. Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1231056 Share on other sites More sharing options...
suresh_kamrushi Posted June 17, 2011 Author Share Posted June 17, 2011 So it can be access by IP like: http://192.168.1.55/myproject/ in network? Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1231071 Share on other sites More sharing options...
Maq Posted June 17, 2011 Share Posted June 17, 2011 So it can be access by IP like: http://192.168.1.55/myproject/ in network? What exactly do you mean by 'access'? That will just allow them to view that folder. Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1231073 Share on other sites More sharing options...
suresh_kamrushi Posted June 17, 2011 Author Share Posted June 17, 2011 i want to know how a person in network is going to access the the project in local PC. Suppose i have i created a project in local pc and which i access in browser it like : http://localhost/myproject/ now i want to know how a person in network can access that project in browser. Since it is in my local PC it can not be acess as http://localhost/myproject/ I think now more clear than previous........... Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1231084 Share on other sites More sharing options...
Maq Posted June 17, 2011 Share Posted June 17, 2011 i want to know how a person in network is going to access the the project in local PC. Suppose i have i created a project in local pc and which i access in browser it like : http://localhost/myproject/ now i want to know how a person in network can access that project in browser. Since it is in my local PC it can not be acess as http://localhost/myproject/ I think now more clear than previous........... Then use what I suggested originally: So it can be access by IP like: http://192.168.1.55/myproject/ in network? Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1231086 Share on other sites More sharing options...
suresh_kamrushi Posted June 21, 2011 Author Share Posted June 21, 2011 When i try to access with IP address it gives me error as "Forbidden". I have given full rights to the WAMP folder for everyone, but still i am getting the same error. Link to comment https://forums.phpfreaks.com/topic/239644-how-to-access-local-project-in-network/#findComment-1232634 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.