Sorry if this doesnt go here i didn't know where to put it. I develop a site with PHP and mySQL backend. When I was developing it locally with apache it worked fine. Now, it's still on apache on the same machine, but when i opened the port to it , only the html pages will apear and when you link to a PHP page I get page cannot be displayed. I have no idea what is going on and could use some help.
Thanks
opened the port as in via firewall?
well as long as the port that apache is listening on is open, you should be fine
however pages that you are using mysql will probably be crippled if you don't have the mysql port open, which is 3306 by default
Cool i found the port, so do I change it to the port on my firewall. if the port is 8080 would i cahnge the mySql port to 8080?
are you using some sort of firewall, router, etc... if so what kind
Its a Linksey router
well then you need to forward port 3306 with your router, it should be the same place that you pushed port 80 through
Well it sort of works now??? The search part works, but when I try the user login i get page cant be displayed?