jana Posted October 1, 2006 Share Posted October 1, 2006 i am new to php and mysql. i have installed WAMP and i hav designed a page in php and i want view that page in other system over intranet.can any one tell me how to configure that? Quote Link to comment Share on other sites More sharing options...
extrovertive Posted October 1, 2006 Share Posted October 1, 2006 http://localhost Quote Link to comment Share on other sites More sharing options...
jana Posted October 2, 2006 Author Share Posted October 2, 2006 No, i hav designed in system(10.0.0.1) and i want to view that in (10.0.0.2). how to view that?i hav tried by http://localhost/tst.php in (10.0.0.2)the reply by the borwser was.permission denied Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 2, 2006 Share Posted October 2, 2006 If you want to use 10.0.0.2 as localhost I believe you need to configure the host file in order to use that ip address as localhost. 127.0.0.1 is the defualt ip address for accessing the intranet on the PC. localhost is the alias of 127.0.0.1 Quote Link to comment Share on other sites More sharing options...
neylitalo Posted October 3, 2006 Share Posted October 3, 2006 localhost always points to your current machine - I don't believe there's much you can do about that.But to access the website on 10.0.0.1 from 10.0.0.2, you would do:http://10.0.0.1/tst.php Quote Link to comment Share on other sites More sharing options...
hackerkts Posted October 4, 2006 Share Posted October 4, 2006 Oh on guys... I think he trying to mean how other people view his site..It would be http://YourGlobalIP:PORT/You can find your Global IP at http://whatismyip.comnext, your port default is 80. Make sure it isn't block by anything.. Quote Link to comment Share on other sites More sharing options...
neylitalo Posted October 5, 2006 Share Posted October 5, 2006 [quote author=hackerkts link=topic=110125.msg446551#msg446551 date=1159954872]Oh on guys... I think he trying to mean how other people view his site..It would be http://YourGlobalIP:PORT/[/quote]Erm... nope.[quote author=jana link=topic=110125.msg444561#msg444561 date=1159682165]i want view that page in other system over intranet.[/quote]"Intranet" means "local network", while "internet" means the world-wide network we know and love. And then it was specified that the user wanted to use IP addresses of 10.x.x.x, which are reserved for internal use only. [quote author=jana link=topic=110125.msg445002#msg445002 date=1159759572]No, i hav designed in system(10.0.0.1) and i want to view that in (10.0.0.2). how to view that?i hav tried by http://localhost/tst.php in (10.0.0.2)[/quote] Quote Link to comment Share on other sites More sharing options...
hackerkts Posted October 5, 2006 Share Posted October 5, 2006 Hmm... Alright and thanks for enlighten me. :) 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.