Bug 64985

Summary: RewriteRule doesn't support relative URIs starting with //
Product: Apache httpd-2 Reporter: ByteEater <1981km>
Component: mod_rewriteAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: minor CC: 1981km
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: All   
OS: Linux   

Description ByteEater 2020-12-14 17:22:58 UTC
When I try using rules like
RewriteRule .* //domain
they don't work and I get 403 Forbidden instead. But if I write http: or https: before the double slash, it does the expected redirections.