baba black sheep 0 Report post 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 Share this post Link to post Share on other sites
Ric 0 Report post 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 Share this post Link to post Share on other sites
baba black sheep 0 Report post 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 Share this post Link to post Share on other sites
baba black sheep 0 Report post Posted April 27, 2007 OkI checked it.It`s that easy for sure.Uniform Server rocks.Thankx Quote Share this post Link to post Share on other sites
SerialPizza 0 Report post 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 Share this post Link to post Share on other sites
olajideolaolorun 0 Report post Posted May 11, 2007 Then those codes in the .htaccess must have been commented or something... hmmm Quote Share this post Link to post Share on other sites
supernovice 0 Report post 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 Share this post Link to post Share on other sites
BananaAcid 0 Report post 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 Share this post Link to post Share on other sites