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

c - Compilation of a code: unkown type name string -

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

Php operator `break` doesn't stop while -