Topic awaiting preservation: URL re-writing. |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-07-2002 18:05
So I am starting work on a content management system that uses Perl to take a generic HTML file and make multiple translations of the file for use in various browsers (text-only, v4- browsers, and CSS browsers). So a single page will have multiple versions mirrored in a number of parallel web root directories. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-07-2002 18:45
jiblet: Put something like this in your .htaccess file: |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-07-2002 23:41
Hm, simple enough, although that is not exactly what I mean. Probably more like this: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-08-2002 03:25
jiblet: Cool as long as you got it to work. To answer your questions: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-08-2002 14:43 |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-10-2002 17:16
Ah, thanks very much guys. Yes, the default URL behavior is what i want here. Reading the documentation was most enlightening in the description of processing, especially how .htaccess processing is slow compared to adding the directives directly the httpd.conf file. Fortunately I have a dedicated Linux box all to myself and a master admin providing free support |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-10-2002 19:26
Alright, I've basically got this working the way I want (on a per-directory basis, although it will be inserted to the Virtual Host config as soon as I get it completely figured out). |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-10-2002 20:05 |