• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Crazy redirect problem

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Crazy redirect problem

    Was redirecting an add on domain site to another with no problems.

    I had an index.php with header("location:http://www.newsite.co.uk/index.html"); in the old site top level directory and (though not sure why it was necessary with a file called index) a DirectoryIndex index.php in .htaccess.

    But now, although I haven't changed anything, it is not working anymore, just getting page not found. The full link of www.oldsite.co.uk/index.php works ok, it just won't use index.php or index.html by default. Tried redirecting with cPanel and that does not work either.

    Can't see why I cant redirect or even set up a default home page anymore.

    Any brill ideas? Ta

    PS Nowt relevant in my top level .htaccess
    Last edited by xoggoth; 3 March 2014, 23:40.
    bloggoth

    If everything isn't black and white, I say, 'Why the hell not?'
    John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)

    #2
    Sounds like index.php isn't declared in the DirectoryIndex directive for some reason or other.

    Do you have access to log files? If so check the error log to see what file Apache is looking for when you just hit the domain with no index.whatever.

    Or in your .htaccess file you could add:

    DirectoryIndex index.php

    And then that should do what the site was doing before the index directive went AWOL...

    Comment


      #3
      Cheers. Was in the file.

      BUT for some reason it's started working again now. Didn't change anything!!! WTF???????????

      Sure websites have evil spirits in them.
      Last edited by xoggoth; 3 March 2014, 23:41.
      bloggoth

      If everything isn't black and white, I say, 'Why the hell not?'
      John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)

      Comment


        #4
        Sometimes redirects get cached so if the index.php was removed or a setting changed, then you hit the page and got a 404, then fixed it then you could have the redirect cached. Firefox is a bugger for that at times. All computers are basically evil though.

        Comment

        Working...
        X