Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #635843

    Hi Admin

    I have trouble when updating web logo, etc.. give me “Saving didnt work! Please reload the page and try again”

    wp-content/uploads permission already change to 777
    wp-content/themes permission already change to 755
    wp-config.php insert new line define(‘WP_MEMORY_LIMIT’, ‘512M’);

    .htaccess
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    #636514

    Hi thelearner138,

    Login details are not working for me, could you check please?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.