Forum Moderators: phranque
The challenge is that most of the files are HTML and I don't want to rename them as PHP files and lose Google pointers and bookmarks.
How would you go about solving this problem?
1) Parse the HTML files through the PHP interpeter? If so, how?
2) Rename the HTML files as PHP?
3) Permanant redirects?
4) Any other options?
All I get is a blank page in the web browser. When I look at the source for th page it did get the page properly, it just hasn't passed through the PHP interpeter.