Possible Duplicate:
URL Fragment and 302 redirects
I need to help regarding the 301 Redirect without Special character.
For example, I want to redirect the following URL:
http://www.example.com/iphone-ipad-mobile-apps-portfolio.html#Gigguid
To the following URL:
http://www.example.com/portfolio.html
I have changed .htaccess
to perform the redirect, but the fragment #Gigguid
remains in the final URL. How can this be fixed?