Skip to content

Commit 42cc7c6

Browse files
committed
Replace symbolic link with page redirection
Redirect products/pdfgetx3.html --> products/pdfgetx.html.
1 parent 44402bf commit 42cc7c6

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

static_root/products/.rsync-filter

Lines changed: 0 additions & 9 deletions
This file was deleted.

static_root/products/pdfgetx.html

Whitespace-only changes.

static_root/products/pdfgetx3.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

static_root/products/pdfgetx3.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE HTML>
2+
3+
<meta charset="UTF-8">
4+
<meta http-equiv="refresh" content="0; url=./pdfgetx.html">
5+
6+
<script>
7+
window.location.href = "pdfgetx.html"
8+
</script>
9+
10+
<title>Page Redirection</title>
11+
12+
If you are not redirected automatically,
13+
follow the <a href='pdfgetx.html'>link</a>.

0 commit comments

Comments
 (0)