|
BobbyDouglas -> RE: I want to stop using frontpage extensions - Is it possible? (2/27/2008 12:39:14)
|
Francisco, FrontPage includes are handled during the publish stage of things (either publish via FPSE or FTP). So if you have a single include file that needs to be updated, and you have 100 pages that use it, you have to publish all 100 pages. Whereas if you used SSI/PHP includes, you update the included page and it updates every page that uses it. Sticking with FP Includes will be easier for the short term. So as long as it works the way you want it to, then it probably is much easier just to stick with that. You can use the mod rewrite stuff for shtml pages too. The idea of mod rewrite, is that you won't have to update 3000 pages worth of links. You will need to change the extension from .htm to .shtml, insert the code into a .htaccess file, and be done with it (hopefully, unless this untested code causes problems).
|
|
|
|