Categories
.htaccess replacing the # sign with?
Hello. How to replace "#" in url with "?" in .htaccess? For example ex.ex/#telnet=1951 will be replaced by ex.ex/?telnet=1951 : )
Answer the question
In order to leave comments, you need to log in
This cannot be done either with .htaccess or with any other server technologies, since the part of the address after #is not sent to the server. Can only be done on the client side (i.e. in JavaScript).
#
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question