Re: help - module not working.
"Erik Costlow" <[email protected]> Thu, 22 Jan 2004 11:46:32 -0600 (CST)
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
A friend tipped me off to the idea of using mod_rewrite to pass your pages into a frame wrapper. So, /file.html would be re-written to appear to apache as /frame.php?page=file.html and your php page would be processed. Just make frame.php responsible for reading and processing your other page, and you can have that consistent header and footer (parse out .. and :). Take a look in that direction and see if it suits your needs. Paul E. Ross said: > Ah. Well. Never mind then. That's the same behaviour I get with > mod_layout 4.0.2a. Rats! It was worth a shot. Looks like I need to > start scrambling for a different header/footer package, or resign myself > to being Content Owner as well as WebMaster for my web sites. We're > moving to RPM maintained Apache and PHP by the end of February.