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

Made urls in perldoc work everywhere #112

Closed
wants to merge 1 commit into from
Closed

Made urls in perldoc work everywhere #112

wants to merge 1 commit into from

Conversation

kberov
Copy link
Contributor

@kberov kberov commented Apr 11, 2011

Hi Sebastian.
I noticed that when an application is installed in a subdirectory of an Apache virtual host the internal anchors does not work propeerly.
Adding a slash in front of the url solves the problem.
Example(before):
application deployed : http://localhost/MYDLjE/
link in toc:
http://localhost/MYDLjE/mydlje/MYDLjE/mydlje/perldoc%3FMojolicious/Commands%23generate_lite_app
Example(after):
link in toc:
http://localhost/MYDLjE/mydlje/perldoc?Mojolicious%2FCommands#generate_lite_app

Thanks in advance.

@kraih
Copy link
Member

kraih commented Apr 11, 2011

Thanks, applied.

@kraih kraih closed this Apr 11, 2011
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.

2 participants