Hi Andrew, I do exactly what you are talking about, so that I can use the same nav/header include and have it dynamically generated each time.
I use apache with mod_rewrite (a standard mod), and I setup a rule that any request for http://www.journalscape.com/something.html gets sent to http://www.journalscape.com/js.mod_perl with $ENV{'PAGE'} = something.html The URL in the browser doesn't change, so they are none the wiser, and I get the flexibility of H::T. This is the rule that I use to grab only html in the webroot of the site: RewriteRule ^/([^/^.]+\.html)$ /path/js.mod_perl [E=PAGE:$1,L] Kenny Smith JournalScape.com > Would requests for domain.com and/or > domain.com/index.html be redirected > to domain.com/scriptname right in Apache? > > I assume all links and pages will be > domain.com/scriptname+params rather > than domain.com/page.html. I'm wondering how this > affects things like > search engine indexing, users bookmarking pages, > providing links to > areas within the site. It seems like all pages will > have kind of a funky > URL. ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
