
04-29-2004, 05:05 AM
|
 |
Premium member
|
|
Join Date: Apr 2004
Posts: 142
|
|
Quote:
|
Originally Posted by morgan
Thats freakin great laura, the only thing I dont like is having to have that big chunk of code on each page, is there a way to pack it away in an external file and call it with just one header line? Either way, thats the easier mod_rewrite I've ever seen
Oh yeah and can you rewrite the directory structure like /keyword/next-keyword/pagename.cfm
???
|
With Coldfusion there's an Application.cfm file where you add code that you want to be pulled by every page, automatically, no need for even one header line.
I'm sure there's a way to setup the url to appear /keyword/next-keyword/pagename.cfm but I'm not sure how to do it.
|