Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
500 when trying to save settings
#7
(2017-09-27, 22:41:48)shawn_a Wrote: The error is in your host logs, and is usually an illegal options directive in htaccess.

I've posted my entire htaccess above, and even if I delete the one in the parent directory, I still get the error. I've tried uninstalled and re-installing a few times in a few ways, but to no effect.

The only thing I can find in any of the logs when I make the request is:
Code:
999.999.999.999 - - [28/Sep/2017:22:27:20 +0100] "POST /admin/settings.php HTTP/1.1" 500 - "http://www.example.com/admin/settings.php" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0"

edit1: The host looked in the log for me (HostPapa is actually fairly pro-active it seems!) and this is what's in it:

Code:
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., referer: https://www.example.com/admin/settings.php

Any ideas what might be causing it?
There are no redirects behind the page to the best of my knowledge.

edit2: I've also tried culling the .htaccess of everything that might cause it, leaving just the below, but to no avail.
Code:
# override charset
AddDefaultCharset UTF-8


# Set the default handler.
DirectoryIndex index.php

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
    <IfModule !mod_authz_core.c>
        Deny from all
    </IfModule>
    <IfModule mod_access_compat.c>
        Deny from all
    </IfModule>
    <IfModule mod_authz_core.c>
        <IfModule !mod_access_compat.c>
            Require all denied
        </IfModule>
    </IfModule>    
</Files>

<Files sitemap.xml>
    <IfModule !mod_authz_core.c>
        Allow from all
    </IfModule>
    <IfModule mod_access_compat.c>
        Allow from all
    </IfModule>
    <IfModule mod_authz_core.c>
        <IfModule !mod_access_compat.c>
            Require all granted
        </IfModule>
    </IfModule>    
</Files>
Reply


Messages In This Thread
500 when trying to save settings - by choccyness - 2017-09-26, 07:28:23
RE: 500 when trying to save settings - by Bigin - 2017-09-30, 02:33:00
RE: 500 when trying to save settings - by shawn_a - 2017-09-27, 22:41:48
RE: 500 when trying to save settings - by choccyness - 2017-09-29, 07:32:50
RE: 500 when trying to save settings - by shawn_a - 2017-09-29, 10:43:51
RE: 500 when trying to save settings - by shawn_a - 2017-09-30, 23:58:59
RE: 500 when trying to save settings - by shawn_a - 2017-10-01, 08:04:18
RE: 500 when trying to save settings - by Bigin - 2017-10-02, 04:05:10
RE: 500 when trying to save settings - by shawn_a - 2017-10-02, 04:51:25
RE: 500 when trying to save settings - by Bigin - 2017-10-04, 17:33:24
RE: 500 when trying to save settings - by shawn_a - 2017-10-07, 23:13:03
RE: 500 when trying to save settings - by shawn_a - 2018-01-04, 00:38:20
RE: 500 when trying to save settings - by pinguin - 2018-05-15, 23:08:07
RE: 500 when trying to save settings - by Carlos - 2018-05-16, 05:00:25
RE: 500 when trying to save settings - by pinguin - 2018-05-16, 08:32:12
RE: 500 when trying to save settings - by shawn_a - 2018-05-16, 12:59:14
RE: 500 when trying to save settings - by pinguin - 2018-05-16, 21:02:05
RE: 500 when trying to save settings - by Carlos - 2018-05-16, 23:10:23



Users browsing this thread: 1 Guest(s)