Hash/Pound URL in Wordpress being rewritten -


hoping simple, been beating on days. guidance appreciated.

anytime enter url this

foo.com/patient/blood-disorders/bleeding-disorders/hemophilia-a-and-b#foo 

it gets changed to

foo.com/patient/blood-disorders/bleeding-disorders/hemophilia-a-and-b/#foo 

i need remain same out changing /#

.htaccess is

addtype x-mapp-php5 .php addhandler php5-script .php  # begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /index.php [l] </ifmodule>  # end wordpress 


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -