Hi
I got rid of the %20 but the %3D is still a problem
the website (not ours) is not interpretting %3D as an =
Any solutions?
Main Topics
Browse All TopicsI have a content management where i store the urls in a sql server database.
I have the following url which is redirected www.myspace.com/index.php/
but when the page is redirected using this url (example) - www.clickcount.com/index.a
then the resulting page shows the url as www.myspace.com/index.php/
In short = gets converted to %3D and the page does not display properly. How can i by pass this.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
use http:// before www and check
ok then i dont think that possible
how ever your url www.myspace.com/index.php/
www.myspace.com/index.php?
if the id value is constant then create a folder inside your site called 22 and pass the url like
www.myspace.com/22/
put one index.php inside 22 folder and do the necessary redirection
i knew by modifying htaccess you can convert the url
for example
www.myspace.com/id/22/
can be converted to
www.myspace.com/id=22
any experts or genius can calrify
Business Accounts
Answer for Membership
by: alefzeroPosted on 2009-09-09 at 05:10:59ID: 25290281
It seems that the redirecting service "URLencodes" non-alphanumeric characters in the URL. The %3D should not be a problem normally, however the last %20 maybe is. %20 stands for space character. Check if you haven't accidentaly input the url into the redir service with one blank space at the end, and/or try to input the URL already "URLencoded" (http://www.albionresearch .com/misc/ urlencode. php).
If you have control over the redirecting machine's code, you could of course disable the URLencode.