Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace # sign with encoded %23 when opening files #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jgillum
Copy link

@jgillum jgillum commented Dec 28, 2021

Files with a "#" sign in their name weren't opening, especially on Apache, as the browser wouldn't send the character to the server. This replaces the URL with an encoded character, %23, so that the file may open.

Replace # sign with encoded %23 character so that file opens
Replace # sign with URL-encoded %23 so that file opens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant