Gerald Richter wrote:
My question is, is there a way I can store the documentrequested to a variable in the base.epl file.Take a look at http://perl.apache.org/embperl/pod/doc/Config.-page-3-.htm, there is a filename and uri methods. If you have an application object you can also change the filename in the init method Hi, I use PerlTransHandler to do similar effect but it came from pre-2.0 era and I didn't realize I can be done easely directly from app init - can you please confirm I understand correctly eg request for /somedir/somefile_de.html would get changed to something like /cms/de/dir/somefile.html or perhaps directly read it from sql database right in the app init code? - Robert |
- How to Brian Barto
- Re: How to Brian Barto
- RE: How to Gerald Richter
- Re: How to RobertCZ
- RE: How to Gerald Richter
- Problem with Embperl_Output_Esc_Charset RobertCZ
- RE: Problem with Embperl_Output_Esc_Charse... Gerald Richter