Apache URL rewrite rules
From: Leroy Kemnitz <lkemnitz_at_uwsa.edu>
Date: Mon, 25 Apr 2016 19:17:42 +0000
Message-ID: <BY1PR0701MB1893B745558A3B3A11432260B6620_at_BY1PR0701MB1893.namprd07.prod.outlook.com>
All -
RewriteCond %{REQUEST_URI} /Facilities_Lease RewriteCond %{QUERY_STRING} ^$
RewriteRule ^Facilities_Lease ajp://localhost:8309/ords/f?p=102 [R,P,L] ProxyPassReverse / ajp://localhost:8309/
Date: Mon, 25 Apr 2016 19:17:42 +0000
Message-ID: <BY1PR0701MB1893B745558A3B3A11432260B6620_at_BY1PR0701MB1893.namprd07.prod.outlook.com>
All -
I have a nice URL that I want Apache to rewrite into an ugly one for Apex. I seem to be not doing the syntax correctly.
I want to convert -
https://devdata.uwsa.edu/Facilities_Lease
to
http://devdata.uwsa.edu:8181/ords/f?p=102:1
I have been using ajp protocol and this is what I have so far.
RewriteCond %{REQUEST_URI} /Facilities_Lease RewriteCond %{QUERY_STRING} ^$
RewriteRule ^Facilities_Lease ajp://localhost:8309/ords/f?p=102 [R,P,L] ProxyPassReverse / ajp://localhost:8309/
Does anyone know how to write these rules? I could use some help.
My browser goes no where and shows no errors.
LeRoy
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Apr 25 2016 - 21:17:42 CEST