Brent Clark wrote:
Hiya

I need help with a rewrite rule, and I was hoping someone would be kind to help.

I need to mod_rewrite and /or alias for the following example links.

http://192.168.111.124/dms-bookings-10000/34873/ACC_1_Comm01_34873_20080303.pdf http://192.168.111.124/dms-bookings-20000/34873/ACC_2_Comm02_34873_20080302.pdf

But the location of the pdfs file is in /bookingsdata/bookings_data/bookings

Hiya

Sorry to give and example, I have inherited this machine, and I have this in the conf file

       Alias "/dms-bookings/"       "/bookingsdata/bookings_data/bookings/"
       Alias "/dms-bookings-new/"   "/bookingsdata/bookings_data/bookings/"
Alias "/dms-bookings_10000/" "/bookingsdata/bookings_data/bookings_10000/" Alias "/dms-bookings_20000/" "/bookingsdata/bookings_data/bookings_20000/"

       snippet

Alias "/dms-bookings_100000/" "/bookingsdata/bookings_data/bookings_100000/"

I basically want to clean and neaten it up, and I was hoping mod_rewrite was the answer.

TIA

Brent Clark

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to