My aspx pages react normally when it comes to using Response.Redirect(".php") or a href='.php' to external web resource. However, when it comes to using PostBackUrl = ".php" or form action=".php" they download file instead of opening it.
How can I make them redirect users to external .php resources as they should, instead of downloading .php files?