Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
proxy_html
/
fixups_dospath.html
blob: ba01db0207d1770e804bc5ec30a58a17c12577f8 [
file
]
<!DOCTYPE html>
<html>
<head>
<title>
Fixups DOS Path Test
</title>
</head>
<body>
<a
href
=
"http://a.example.com\path\with\backslashes.html"
>
Backslashes
</a>
<img
src
=
"http://a.example.com\images\photo.jpg"
alt
=
"Photo"
>
</body>
</html>