|
Well, if you have personal reasons for wanting static pages and want to rid yourself of dynamic pages, and you are running on apache. . .
I think you can use Add-type or even Force-type in your .htaccess file to make your .php pages read as html. You'll have to strip out the code, though.
This way you won't have to mess with redirects, the index.php page will still be there, only the file will be read as static, not dynamic.
Please correct me if I'm wrong, I use this in an inverted way - I save pages as .htm but they are actually perl scripts. (using add-type cgi-script to the htaccess file)
However, it really has no effect on search engine rankings, at least that I've noticed in the last couple of years.
|