baba black sheep Posted April 23, 2007 Report Share Posted April 23, 2007 I have setup Uniform Server on my pc and running a PHp website successfully. using loclahost stuffCan i access it thorugh my lan ? i want to access this website on my local Pc thorugh another pc on my lan .How to do it ? Quote Link to comment Share on other sites More sharing options...
Ric Posted April 25, 2007 Report Share Posted April 25, 2007 1) Open the file .htaccess located in folder wwwComment out the three lines so they look like this: #Order Deny,Allow#Deny from all#Allow from 127.0.0.1 This opens your server up for external access. 2) Check you PC IP address as follows: Start > run > type in cmd and click OKIn the window that pops up type in ipconfig /all Look for your IP address it will look something like this: 192.168.1.6 Note the value: 3) On the remote machine type this value in for example http://192.168.1.6 That will display your server on the remote machine. Quote Link to comment Share on other sites More sharing options...
baba black sheep Posted April 27, 2007 Author Report Share Posted April 27, 2007 do i have to add any thing to windows xp services or share my folder where i have my php files ??Is it this simple ..Just change 3 lines in .htaccess and i can access it through my LAN PCs ? Quote Link to comment Share on other sites More sharing options...
baba black sheep Posted April 27, 2007 Author Report Share Posted April 27, 2007 OkI checked it.It`s that easy for sure.Uniform Server rocks.Thankx Quote Link to comment Share on other sites More sharing options...
SerialPizza Posted May 10, 2007 Report Share Posted May 10, 2007 To access my server on the other computers on my network i didnt have to change anything just had to type in Http://192.168.*.* and it came up right away... Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 11, 2007 Report Share Posted May 11, 2007 Then those codes in the .htaccess must have been commented or something... hmmm Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
supernovice Posted April 18, 2009 Report Share Posted April 18, 2009 To access my server on the other computers on my network i didnt have to change anything just had to type in Http://192.168.*.* and it came up right away... Probably your .htaccess is being defined. Check if it is true? Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted April 18, 2009 Report Share Posted April 18, 2009 you also access it by password (trhough your htaccess file), not by locking to ips. search the net for htaccess+password - there is a lot out there (+tools). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.