I purchased a dropped domain with some older backlinks that still drive some traffic to the site. However, when I built MY site, I just have a standard index page - but all of the older backlinks are mydomain.com/default.aspx Is there a way I can add default.aspx to my file manager and redirect all traffic to index.php? THANKS!
You can also add a javascript code at the beginning of the default.aspx file after the head tag <head> <script type="text/javascript"> <!-- window.location="http://www.yourdomain.com/index.php"; //--> </script> Code (markup):