apache - mod_rewrite and hashtag embedded in URL -
is possible utilize mod_rewrite create urls embedded # symbols?
what user sees:
example.com#smith what server sees:
example.com/index.php?page=smith i have tried:
rewriteengine on rewriterule ^#([^/\.]+)/?$ index.php?page=$1 [l]
this question has been answered. see comments.
apache mod-rewrite
No comments:
Post a Comment