I was wondering if anyone has given thought to allowing the use of relative paths with the mod_rewrite package rather then requiring full paths. i.e., in the .htaccess file:

"Redirect 301 ./neuro.asp ../neurology.php" (does not work)

instead of:

"Redirect 301 /pedtest/divisions/neuro/neuro.asp http://depts.washington.edu/pedtest/divisions/neurology.php";

(does work)

Just asking because our dev->testing->production setup has different absolute FQDN's at each spot, and this means the .htaccess file is specific to each of the environments. It would be convenient to not have to remember to change the .htaccess file each time a new site version gets pushed through the process.

        Thanks,

John H. Nyhuis
Sr. Computer Specialist
Dept. of Pediatrics
HS RR338, Box 356320
University of Washington
Desk: (206)-685-3884
[EMAIL PROTECTED]


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to