0 Members and 1 Guest are viewing this topic.
Hehe found it by myself. to make it "public" you must right click on easyphp's icon in the taskbar. then you must click in the pop up menu on "Configuration" and then on "Apache"Then you get a file opened in notepad named "httpd.conf". pres CTRL+F to open the search window of notepad and type "Listen: Allows you" exactly like i wrote it. click then on "search next" or somthing like that in the search window. then you get the "Listen: Allows you" text in the file highlighted. Scroll a little bit down then until you see this text:# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, in addition to the default. See also the <VirtualHost># directive.##Listen 3000#Listen 12.34.56.78:80Listen 127.0.0.1:80when you see this text you can only view your current php sites with the following url:http://Http://127.0.0.1:80when you want that your friends and everyone on the world can see your site you must add this sentence below "Listen 127.0.0.1:80": "Listen <your IP adress>:80"Note where <your IP adress> stands must stand your IP address.if you done this you can visit your site with your ip adressThats allSpecial Thanx to Mr. Kefear. without him i didnt even know anything about easyphp and that stuff. SO THANK YOU KEFEAR