Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-12-2010, 07:07 PM   PM User | #1
est1984
New Coder

 
Join Date: Feb 2009
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
est1984 can only hope to improve
XAMPP - Remote Access

So I've installed XAMPP on my desktop, however I am getting really frustrated having to sit infront of the same machine to develop my skills and with the state that my chair is in I'm going to give myself an injury.

I hoped that I would be able to access the server from my netbook, but I am not having any success in trying to find out how.

At first I thought perhaps it's just as easy as typing in local host. Then I thought about it more and I think if I am correct that I need to be more defined in which computer to connect to so I tried the IP address which hasn't worked also, and theres not much information that I can google.

Do you guys know what I'm doing wrong or missing out?
est1984 is offline   Reply With Quote
Old 04-12-2010, 08:49 PM   PM User | #2
Dormilich
Senior Coder

 
Dormilich's Avatar
 
Join Date: Jan 2010
Location: Behind the Wall
Posts: 2,867
Thanks: 9
Thanked 291 Times in 287 Posts
Dormilich is on a distinguished road
you need (at least)
- XAMPP running
- XAMPP accessible (incoming requests not blocked by Firewall, etc.)
- MySQL allowing remote access and MySQL’s port unblocked
__________________
please post your code wrapped in [CODE] [/CODE] tags
Dormilich is offline   Reply With Quote
Old 04-12-2010, 11:16 PM   PM User | #3
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
localhost always points to 127.0.0.1 which is a loopback IP on the computer. On your netbook you just need to type the IP address or hostname (if you have DNS running on your local network) of the computer into the browser. Double check your firewall settings, it is very possible it is blocking port 80.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 04-12-2010, 11:40 PM   PM User | #4
Dormilich
Senior Coder

 
Dormilich's Avatar
 
Join Date: Jan 2010
Location: Behind the Wall
Posts: 2,867
Thanks: 9
Thanked 291 Times in 287 Posts
Dormilich is on a distinguished road
Quote:
Originally Posted by oracleguy View Post
Double check your firewall settings, it is very possible it is blocking port 80.
and port 3306
__________________
please post your code wrapped in [CODE] [/CODE] tags
Dormilich is offline   Reply With Quote
Old 04-13-2010, 03:06 PM   PM User | #5
est1984
New Coder

 
Join Date: Feb 2009
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
est1984 can only hope to improve
I think it was the port, typing in the ip address takes me straight back to the local host homepage. (unblocked 80).

AWESOME I can get some coding stuff done.

Thank you guys appreciate it.
est1984 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:22 AM.


Advertisement
Log in to turn off these ads.