Skip to content

Commit 3900f1e

Browse files
author
Arpith Siromoney
committed
Fix /signup redirect loop by restructuring to match /login pattern
- Move signup.html to signup/index.html directory structure - Update redirect rule to /signup/index.html (consistent with /login) - Prevents 308 redirect loop caused by Cloudflare URL normalization
1 parent 098c215 commit 3900f1e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

static/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Folder redirects - preserve existing links
1818
/login /login/index.html 200
19-
/signup /signup.html 200
19+
/signup /signup/index.html 200
2020
/help /help/ 301
2121
/welcome /welcome/ 301
2222
/settings /settings/ 301

0 commit comments

Comments
 (0)