Hi there,
I have a relatively popular site. If I change over to PHP content management, the .htm pages that are well linked and registered will be replaced on our pages with .php I will use a Mod to write the links as friendly. But, IDEALLY, I would prefer to use the OLD .htm links in the navigation sidebar for the old pages, and for the new pages, .php. Is this possible? Regarding the appearance of the pages, I'll keep my somewhat antiquated looking fonts. I find them easier to read, so the appearance of the PHP content management is less my concern. I'm more interested in the simplification that will come from the navigation and the modules. But, I don't want to give up the existence of my .htm links and pages. So, basically, my questions are: Can I use my .htm links in the navigation sidebars? Can I have those old pages called up in the main window?
Thanks so much,
Yun
Need Advice...
Moderator: General Moderators
Well unless you control the server i doubt you could get a host to make the server read .htm as php files. My suggestion to you is if you have pages that are linked to your existing .htm pages, i would simply put an auto forward meta tag.
Code: Select all
<meta http-equiv="refresh" content="0; url=index.php?module=thenewpage">