Redirect Mysite.com, www.mysite.com/index.htm to www.mysite.com

Discussion in 'Programming' started by jazzzyman, Aug 9, 2010.

  1. #1
    Well the title is pretty clear what i need appart from not being able to use iis manager, htacces because im not on linux and needs to be a 301 redirect

    Redirect Mysite.com, www.mysite.com/index.htm to www.mysite.com or to root as otherwise called
     
    jazzzyman, Aug 9, 2010 IP
  2. Mythotical

    Mythotical Well-Known Member

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    111
    #2
    Only other way you could do it is add a redirect header to index.htm that would redirect back to mysite.com. Don't see why you would do that, maybe use index.php as a means to load your site.
     
    Mythotical, Aug 12, 2010 IP
  3. mmua

    mmua Peon

    Messages:
    58
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    front controller approach should help resolve such an issue. That is every request is directed to single script which decides where to go further.
     
    mmua, Aug 13, 2010 IP