How to I redirect this URL?

TheBigK

Well-known member
How do I redirect the following URL -

Code:
http://www.crazyengineers.com/dr-bjarne-stroustrup-inventor-of-c/interview%3C/a%3E%20by%20%3Ca%20href=

To correct location?

Regular format

Redirect 301 /old-url /new-url does not seem to work.
 
Some more trouble my way!

Just found that the old /forum/ redirects are no longer working properly-

Code:
This OLD URL: http://www.crazyengineers.com/forum/general-help/37747-how-setup-bsnl-3g-data-card-ubuntu-10-10-guide.html
 
Redirects To: http://www.crazyengineers.com/community/forums/general-help.51/37747-how-setup-bsnl-3g-data-card-ubuntu-10-10-guide.html?t=37747
 
While It Should Go To : http://www.crazyengineers.com/community/threads/how-to-setup-bsnl-3g-data-card-in-ubuntu-10-10-guide.37747/

Not sure where exactly I messed up with my .htaccess. Not sure if it's okay to post the contents of .htaccess here.
 
Sent through PM. Here are few more URLs -

Code:
OLD: http://www.crazyengineers.com/forum/project-ideas-seminar-topics/1977-topic-network-security-project.html
Redirects to: http://www.crazyengineers.com/community/forums/project-ideas-seminar-topics.56/1977-topic-network-security-project.html?t=1977
Correct: http://www.crazyengineers.com/community/threads/topic-on-network-security-project.1977/
 
-------------
 
Old: http://www.crazyengineers.com/forum/ce-careers-jobs-higher-education/38412-infosys-campus-recruitment-interview-experience.html
Goes to: http://www.crazyengineers.com/community/forums/engineering-jobs-careers.49/38412-infosys-campus-recruitment-interview-experience.html?t=38412
 
Top Bottom