Viewing 4 replies - 1 through 4 (of 4 total)
  • Show your .htaccess file.

    Thread Starter alex8312

    (@alex8312)

    Hi thanks for your answer, I check my .htaccess and there is 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>
    # END WordPress

    Thread Starter alex8312

    (@alex8312)

    I “resolved” with the .css but the problem is here! please help me!

    Please define what’s the problem exactly. Add some more details so that someone could figure out.
    Also, If the issue is resolved then please mark the status as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘after update error message’ is closed to new replies.