apache - ModRewrite - rewrite rule help needed -



apache - ModRewrite - rewrite rule help needed -

i have little question modrewrite - rewriterule.

is possilbe create redirect link # file or link? example, if current link http://example.com/data/#11 can create links deed http://example.com/path/file.pdf?

try this

redirectmatch 301 data/#11(.*) /path/file.pdf/$1

apache web

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -