Viewing 1 replies (of 1 total)
  • Thread Starter MPdev

    (@mpdev)

    In the meantime a great programmer helped me out:
    What in the end actually worked, was:

    In the .htaccess file, right after the line:
    RewriteBase /
    placing:
    RewriteRule ^([\w-]+)/#(\w+)$ $1/#$2 [R,L,NE,NC]

    and then the erroneous link from the pdf, ending with /%23signup, was in the browser (FF) rewritten as /#signup.

    I hope this will help others too.

Viewing 1 replies (of 1 total)
  • The topic ‘Link with # in pdf file opens as in browser, Rewrite solution?’ is closed to new replies.