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

Support virtual directories #6

Open
petrsvihlik opened this issue Jun 7, 2017 · 0 comments
Open

Support virtual directories #6

petrsvihlik opened this issue Jun 7, 2017 · 0 comments
Labels
enhancement groomed The issue has been groomed and should be in a good shape. hacktoberfest help wanted up-for-grabs

Comments

@petrsvihlik
Copy link
Contributor

petrsvihlik commented Jun 7, 2017

If the application runs on http://localhost/Kentico10 and I set the AMP domain to amp.localhost.com, the link pointing to AMP version of a page is generated incorrectly:

<link rel="amphtml" href="http://amp.localhost.com/Home" />

instead of

<link rel="amphtml" href="http://amp.localhost.com/Kentico10/Home" />

The module should be adjusted to support this scenario. This method is the starting point for fixing.

Relates to: #4

@petrsvihlik petrsvihlik added the groomed The issue has been groomed and should be in a good shape. label Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement groomed The issue has been groomed and should be in a good shape. hacktoberfest help wanted up-for-grabs
Projects
None yet
Development

No branches or pull requests

1 participant