just wondering if there will be any problems renaming .php files .html files via .htaccess? Our existing site is html and I want to update the pages with dynamic php pages, but people have links saved to the existing html site. If this isn't possible, is my only way to create html pages with iframes to wrap the php pages in?
thanks :)
htaccessshould matchmod_rewritecan do it very easily, or you could just configure Apache to let PHP handle files with a .html extension and put you PHP code in .html files