Ok, the server is:
Ubuntu 9.10
Apache2
Php5
All is working if I view the server web pages using VNC, however if I try and access the web page over SSH using the following .ssh/config forwarding:
LocalForward 8000 localhost:80
and the web address
http://localhost:8000
HTML files show up fine in browser, however PHP files are not parsed and are interpretted as downloadable files rather than view in browser.
Thanks for any advice
EDIT:
Ok I just tried using port 80 instead of 8000, and this parses the PHP fine, however this required me to run ssh client as root, as well as turn off my local web server.
Two things I'd just prefer not do, and also I imagine there must be a way of fixing this on the server apache config?