mod_rewrite with anchor link

Posted by Graham on Stack Overflow See other posts from Stack Overflow or by Graham
Published on 2010-04-21T19:46:36Z Indexed on 2010/04/21 19:53 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

Hi, thanks for looking.

I know you can't redirect anchor URLs to another page, but is it possible to redirect a URL to only a single anchor?

So

http://www.example.com/video/{title}

always gets sent to

http://www.example.com/video.php?title={title}#player

The only thing that changes is the title, anchor is always the same... I need to redirect to a certain slide on a coda slider

© Stack Overflow or respective owner

Related posts about .htaccess

Related posts about apache