diff --git a/_layouts/access-code.html b/_layouts/access-code.html
new file mode 100644
index 00000000..346eb79d
--- /dev/null
+++ b/_layouts/access-code.html
@@ -0,0 +1,33 @@
+
{{ page.title | default: "Access Code Required" }}
+
+
+
+

+
+
+
{{ page.prompt_text | default: "Enter the access code to continue" }}
+
+
+ Incorrect access code. Please try again.
+
+
+
+
+
diff --git a/_redirects/pearc26-enroll.html b/_redirects/pearc26-enroll.html
new file mode 100644
index 00000000..fb73999d
--- /dev/null
+++ b/_redirects/pearc26-enroll.html
@@ -0,0 +1,10 @@
+---
+layout: access-code
+permalink: /pearc26-enroll.html
+redirect_url: hhttps://registry.cilogon.org/registry/co_petitions/start/coef:652
+prompt_text: Enter the access code to continue
+# SHA-256 of the access code. To change the code, run:
+# printf %s 'new-code-here' | shasum -a 256
+# and paste the resulting hex digest below.
+code_hash: d648faf4947e5c7252796f532d7109c14226a8255b82c93ec553f773b6e66236
+---