Skip to main content

301 Redirection almost done...

Comments

5 comments

  • madmanmachines
    Hi, Checking the Apache error log(/usr/local/apache/logs/error_log) should provide some guidance. Thanks,
    0
  • Flegm
    [Sat Apr 18 13:45:57 2015] [error] [client xx.xx.xx.xx] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. It's strange, i only have set one redirection.
    0
  • madmanmachines
    You likely have multiple '.htaccess' files in place. You should start by checking your user-root(/home/usernamehere/). You can also use the command below to search for them:
    find /home/usernamehere/ -type f -name .htaccess
    0
  • Flegm
    Oh, i found more than one but most of them are ok but i've a wordpress installation in a subfolder of public_html. index.php points to this subfolder with : require( dirname( __FILE__ ) . '/WordPressSubFolder/wp-blog-header.php' ); I removed the .htaccess in the subfolder and only the public_html one is active now. I tried the redirection and no more 500 error... This is Great ! Thank you very much !
    0
  • cPanelMichael
    Hello, I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.