How implement the page as a path in my domain? #55
Unanswered
PabloEmidio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a personal website with its own purpose. I would like to have this project page as a path like
mysite.com/links/
instead ofmysite.com
itself. Is that possible?Follow this thinking, I thought about create a subdomain where all requests are redirect to the page, but it has a problem with the relative path image. Using:
The image would not load accessing any domain + path. E.g subdomain.mysite.com/links/ the site would try to access
subdomain.mysite.com/links/image/author.jpg
instead ofsubdomain.mysite.com/image/author.jpg
Beta Was this translation helpful? Give feedback.
All reactions