I want to replace & with & in my URLs using .htaccess. I know how to do this in php, but I really rather use .htacces, since I would have to change many php files. I never really worked with .htaccess so I really only know the basics and I am not sure how to replace a random string... I would appreciate any help!
Hi, Please look into this thread http://forums.digitalpoint.com/showthread.php?t=278494 where a very similar problem was discussed Thanks
Err, you have to do this in PHP. The reason you have to use & in HTML is for encoding purposes.. The URL in the URL bar will still just show "&". So you should not do this in .htaccess.