Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #419044

    Hi,

    Saw post #37748 regarding the icons not displaying correctly and a reply from Elliot instructing the user to add the below code on .htaccess file.

    Can someone walk me through on how to correctly edit this? Already downloaded a backup of the htaccess file but I’m not sure where to exactly place this code on the file. I’ve attached htaccess code on Private content for your reference.

    Thank you!

    • This topic was modified 9 years, 7 months ago by Cloudspace.
    #419051
    This reply has been marked as private.
    #419163

    Hey!

    What is in your file at this point? I would guess something 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>
    
    # END WordPress

    If yes, then you can copy paste everything into your file, though I recommend to make a backup copy in case you should get any undesired results.

    Best regards,
    Rikard

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