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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -