Brent Clark wrote:
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/"

Something like this should get you there (untested).

RewriteRule ^/dms-bookings_([0-9]+)/(.*) /bookingsdata/bookings_data/bookings_$1/$2

You'll have to leave the first two Alias definitions in there, since their format is different.

--
Justin Pasher

---------------------------------------------------------------------
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