I came accross a tutorial on the net which showed how to get an Apache web server with PHP running on a home computer, and seemed to make it look relitively easy. Infact I was surprised at how easy it was, as i'd always put off using my own server especially for testing, thinking it would be far to difficult to set up. Anyway, my router, as far as i can make out wont let me connect to my own website due to the fact that i'm trying to access the same ip address as what the router is using to connect to the internet, it sees this as a problem and diverts me to the routers web based config pages. So, firstly I cannot actually tell whether the outside world is actually able to access the web server. Could someone tell me if 8millane.homeip.net shows up with anything? Or do you get a window asking you to login to the routers config interface?
I can of couse access the site by going to localhost. (Heres where the PHP part comes into this post - lol). I've got a PHP based site on the web server which when accessed displays correctly, however when I click a link, leading to for example: index.php?p=sub i remain on the same page. It seems that the string 'p' and it's value 'sub' isn't being properly processed by the PHP processor. Sorry, I'm not so good with all the technical language, but see here what I mean: 8millane.homeip.net/cellcize/ (assuming people outside my network can access the server).
Any help with these problems would be great, I'm thinking theres a setting somewhere in the PHP config files which enables this.
Thanks,
Jon.