473,655 Members | 3,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to access XAMPP site from another PC on local network

7 New Member
Hi. I'm having the same dilemma here but my case is with XAMPP. Not WAMP. How can I make it happen? I uploaded my PHP file to a server and now I would like to access it using the other PC (of course LAN)..how can I do that? I can only access it by just typing 10.194.94.124/home.php from the server itself but I can't access it using other PC. Please help. I'm in a critical situation now :(
Thanking everybody in advance
Mar 22 '13 #1
13 42527
Dormilich
8,658 Recognized Expert Moderator Expert
I can only access it by just typing 10.194.94.124/home.php from the server itself
are you using the file:// or the http:// protocol here?
Mar 22 '13 #2
Me88
7 New Member
I am using the http://
Mar 23 '13 #3
Me88
7 New Member
I am using http://
So is there any way I can make it happen? What should I change? what should I add in? I need help :(
Mar 24 '13 #4
Dormilich
8,658 Recognized Expert Moderator Expert
if you use HTTP and a network URI, it should work. the only option I could imagine is that the server itself denies requests from other IPs, but that should be listed in either httpd.conf or .htaccess.
Mar 24 '13 #5
Me88
7 New Member
So in which line on the httpd.conf can I detect it? And what should it be set to?
Mar 24 '13 #6
Dormilich
8,658 Recognized Expert Moderator Expert
where the Access Control section is (there is no specific line number, though).
Mar 24 '13 #7
Me88
7 New Member
Yes, and this is what I have:

Expand|Select|Wrap|Line Numbers
  1. #AllowOverride controls what directives may be placed in .htaccess files.
  2. #It can be ''All'',''None'', or any combination of the keywords:
  3. #      Options FileInfo AuthConfig Limit
  4. #
  5. AllowOverride All
  6.  
  7. #
  8. #Controls who can get stuff from this server.
  9. #
  10. Order allow,deny
  11. Allow from all
So is there anything that should be changed here? Based on my understanding after look through all these, seems like it ALLOW. Correct me if I'm wrong.
Mar 24 '13 #8
Dormilich
8,658 Recognized Expert Moderator Expert
doesn’t look like you should change something here.
Mar 24 '13 #9
Dormilich
8,658 Recognized Expert Moderator Expert
can you reach the server PC via network at all?
Mar 24 '13 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1826
by: Geoff Blake | last post by:
Hi I'm new to all this and I am trying to set up a web sever over a local network. I currently have two boxes attached via a switch. Box 1 is configured with windowsXP and the other with Fedora3. The linux box has Apache installed and appears to be running ok. When I use IE to access the site I get the response : "Page cannot be displayed" or "The web page you requested is not available offline" depending what is entered in the...
4
43435
by: barmaley | last post by:
how do I allow access to mySQL from another computer on local network? when I am trying to connect from MySQL Studio on Windows XP, I get error "Host '192.168.0.100' is not allowed to connect to this MySQL server"
6
8230
by: Job Lot | last post by:
Using VB.NET how can I find all available SQL Server on a local network and list all the databases in each server. Thanks
3
4020
by: Gancy | last post by:
Is there a way to programatically find a SMTP server available on the network? I am writing a C#.Net program, which should first find a SMTP server on LAN and use that SMTP server to send an email. Thanks Ganesh
7
10249
by: Lunchtimemama | last post by:
I need to move a jpeg file to another machine on a local network (for which I have full permissions). The following works: ***************** string inputPath = @"C:/test.jpg"; string outputPath = @"\\OTHERCOMPUTER\test.jpg"; FileStream fin = new FileInfo(inputPath, FileMode.Open); FileStream fout = File.Create(outputPath);
1
3622
by: EgoSum | last post by:
How c# app connect to sql server on another pc in local network? Is connection string same when server on local pc? Is there diversity if server is sqlexpress?
22
2744
by: hamarsheh | last post by:
please i need you'r help .. we are designing a web site and we need a critical code in php for security , we have to read users permissions on files in the local network ,to give them the real access and permissions also in their homes(on website) not just in thier work place (by local network security)so we have to read ldap file system ,but we can't find the code required ........
1
3711
by: vbace2 | last post by:
I have searched this forum, and the web, and I have not been able to find a solution to my issue. I may not have used the right search information to find the answer, but I found a lot of issues close to mine, but nothing has helped. We are running Apache/2.2.4 (Win32) PHP/5.2.3. I am trying to use the odbc_connect to connect to an MS Access database that is on another server. I have tried to use both a system DSN, as well as putting the...
0
1960
by: chromis | last post by:
Hi, I am trying to setup a web development server on my company's local network, and I am not quite sure what the best method is. I am basically duplicating the software setup on the live hosting server (iis 6.0, mysql4, php5, coldfusion 7), and my plan at the moment is to allow FTP access on the local network to the websites. Which would then be accessed by dreamweaver on the various client machines. To access the websites a user would key...
2
1624
by: buddyr | last post by:
Hello, When you place an access database on a local network with user level security. Do you have to create a shortcut on each node to access the database. I used the wizard and I see its created one on my pc. How do I create a shortcut on other computers? Or do I have to? Thank you
0
8380
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8296
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8497
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8598
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4299
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1598
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.