How can I redirect a PHP url on an ASP ran server?

vnpower

New Member
The site in question used to run on PHP files but was recently changed completely to ASP. One of their links is still being used in advertising campaigns and they want to redirect it to the new page.old link http://example.com/videos.phpnew link http://example.com/videos.aspWhen I create the PHP file and use a header() redirect it doesn't function the way I would expect - instead it tried to download the .php file.What is the best way to redirect traffic that is coming to this link?I was thinking .htaccess but would that work?
 
Back
Top