-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Question about # symbol in links #235
Comments
|
Thanks for the answers. I am planning to use github pages, so looks like I have to use default So how I can redirect users from |
You can create a |
Assuming you are using AngularJS ngRoute. Two things I can think of:
This way, you don't have the "#", just "http://localhost:3000/faq". Hope it helps. |
yes, u can customize a 404.html, can import a script like this https://www.npmjs.com/package/ghspa caveat, the script was recognized by u can view the source code of ghspa |
Hi,
Great work with https://docsify.js.org!
I want to migrate my old site to
docsify
and have two questions:#
in my urlshttp://localhost:3000/#/faq
? (I want it to be the same as on my old web site e.g.http://localhost:3000/faq
/
symbol at the end. If I try to openhttp://localhost:3000/#/faq/
it saysnot found
. Is there way to always redirect those links viaalias
(https://docsify.js.org/#/configuration?id=alias) or there is better way?Thanks
The text was updated successfully, but these errors were encountered: