Fix directory indexes when on pages domain #8
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
SquareCows/pages-server#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using the pages domain the indexes don't work but they do on the custom domain.
For pages domain URLs, the structure is:
For custom domain URLs, the structure is:
When you access https://ric.pages.sqcows.com/moo/, the code is interpreting "moo" as a repository name (not a directory path), which is why you're getting "Repository not found
or not configured for pages".