Forum Replies Created

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

    (@adam2014)

    Can anyone help me out?

    It always seems to be one of the files within this folder: wp-includes

    Thread Starter adam2014

    (@adam2014)

    Thanks, but no luck with that.

    I added that to the .htaccess file so it looks like this:

    # 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>
    
    php_value upload_max_filesize 35M
    php_value post_max_size 35M
    
    # END WordPress

    After I did this the website gave a ‘Internal Server Error’ message.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Viewing 2 replies - 1 through 2 (of 2 total)