I am redesigning a site that is over 3 years old and all .html. I do not want to change to php or re direct all html to php. I want to include another file containing just my menu items so when I change one file it changes all the menus over 1000's of pages. Is it do-able? Thanks for help and suggestions! P.S. - About to throw computer out the window so may be back soon to pay some one to finish this up!
Yes, you need to modify your htaccess file to allow php code in html files. This should do it: AddHandler application/x-httpd-php .php .htm .html Code (markup):