Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter doublet

    (@doublet)

    The curious things is that I have this plug in on different “single” installs and works as a charm. Weird

    Thread Starter doublet

    (@doublet)

    Well, found the issue, I had to comment this lines in .htaccess in order to disable the 500 errors:

    #RewriteRule . index.php [L]# BEGIN W3TC Browser Cache
    #<IfModule mod_deflate.c>
    # <IfModule mod_headers.c>
    # Header append Vary User-Agent env=!dont-vary
    # </IfModule>
    # AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-ico
    # <IfModule mod_mime.c>
    # # DEFLATE by extension
    # AddOutputFilter DEFLATE js css htm html xml
    # </IfModule>
    #</IfModule>
    # END W3TC Browser Cache

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘500 Internal Server Error – multitite’ is closed to new replies.