• Resolved sandromorgado72

    (@sandromorgado72)


    Good evening!
    After installing W3TC my blog displays the following error:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    my file .htacees:

    # 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-icon application/json
    <IfModule mod_mime.c>
    # DEFLATE by extension
    AddOutputFilter DEFLATE js css htm html xml
    </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    You know what to do?

    see you soon…

    https://www.ads-software.com/plugins/w3-total-cache/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have had the same problem. Installed the plugin on new site for client and Internal Server error. I tried a couple of different settings as well as removing these 3 lines from .htaccess (which I found referenced in another post):
    <IfModule mod_headers.c>
    Header append Vary User-Agent env=!dont-vary
    </IfModule>

    …but nothing made any difference.

    A solution or suggestions would be great.

    Thread Starter sandromorgado72

    (@sandromorgado72)

    I deleted the plugin and all your files inside the panel, because my website and wordpress not opened more! I installed optimizer jhc and returned to work with great performance

    Ashok

    (@bappidgreat)

    Hello HeyBlondie

    Would you please post your full htaccess here?

    Have a good day!

    Cheers
    Ash

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