Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter sukirti

    (@sukirti)

    Thanks for your response Yui.

    I am unable to install plugin and cant view my website or access WordPress dashboard as my domain is expired and no longer pointing to the host.

    I am not a techie and not familiar with coding etc so is there a simpler way to get data from my old website and restore it on a NEW DOMAIN name on a NEW HOSTING PLATFORM?

    Thanks for your help

    SR

    Thread Starter sukirti

    (@sukirti)

    Also, Isn’t this a form of phishing?
    And how is somebody doing a check and displaying it and using it as a sub domain without our consent? Is this a legal activity? If not, how can we stop this to prevent someone from using our domain name?

    Thanks

    Thread Starter sukirti

    (@sukirti)

    Thanks for your response Geaorge.

    There is nothing to worry about in this case right How can I avoid being linked to this checkseo.in and how do I remove augma.in from there?

    Thanks

    Thread Starter sukirti

    (@sukirti)

    Thanks for your response Olga. Will try this out.

    Thread Starter sukirti

    (@sukirti)

    Sure.

    Thanks.

    Thread Starter sukirti

    (@sukirti)

    Hi,

    Can see all the images now. request you to please clarify the other queries I had in my earlier message –

    3. Image load time has increased and the website is a bit slow now. How do I fix this?

    4. You think I should still clear the cache from my server and cloudflare?

    5. Health Check showed a list of things to do, one of them being updating PHP and wordpress..is that required?

    Thanks

    Thread Starter sukirti

    (@sukirti)

    Hey Steve,

    I tried out two things again as suggested by you. –

    1. Made changes to the .htaccess file
    – images still didn’t load
    2. Ran a troubleshoot again.
    – images started loading. (Yayy!!)

    I have the a few questions –

    1. All images are loading on iOS and android.
    Windows is giving an issue with the below given links where the images are not showing still.

    https://augma.in/about/
    https://augma.in/digital/

    How do I rectify this?

    2. All my plugins are still active so I didn’t understand how the troubleshoot really helped even though the images are showing only after that. You think plugin conflict was the cause the issue or the .htaccess file?

    3. Image load time has increased and the website is a bit slow now. How do I fix this?

    4. You think I should still clear the cache from my server and cloudflare?

    5. Health Check showed a list of things to do, one of them being updating PHP and wordpress..is that required?

    Thanks a bunch for all the help.

    Best,
    SR

    Thread Starter sukirti

    (@sukirti)

    Sure. I understand.

    Will try out the things Steve suggested…will get back once done. Hoping the issue gets resolved. Thanks for all the help and patience.

    Thread Starter sukirti

    (@sukirti)

    Or will updating WordPress help?

    Thread Starter sukirti

    (@sukirti)

    You think I could try changing the theme?

    Thread Starter sukirti

    (@sukirti)

    Did this…
    Still not working

    Thread Starter sukirti

    (@sukirti)

    I ma sorry I didn’t get this…

    Thread Starter sukirti

    (@sukirti)

    Is this what you require? –

    # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* – [E=Cache-Control:no-autoflush]
    RewriteRule ^min/\w+\.(css|js) – [E=cache-control:no-vary]

    ### marker CACHE RESOURCE start ###
    RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
    ### marker CACHE RESOURCE end ###

    ### marker FAVICON start ###
    RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
    ### marker FAVICON end ###

    </IfModule>
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END LSCACHE
    # BEGIN NON_LSCACHE
    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    ### marker MINIFY start ###
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
    RewriteCond %1/wp-content/cache/$2/$1.$2 -f
    RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
    </IfModule>
    ### marker MINIFY end ###

    ## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
    # END NON_LSCACHE
    # BEGIN WordPress
    # The directives (lines) between BEGIN WordPress and END WordPress are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <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

    # DO NOT REMOVE THIS LINE AND THE LINES BELOW SSL_REDIRECT:augma.in
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} (www\.)?augma.in
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    # DO NOT REMOVE THIS LINE AND THE LINES ABOVE SSL_REDIRECT:augma.in

    Thread Starter sukirti

    (@sukirti)

    I did not use any ssl related plugin or add any redirects.

    Before this issue occurred I did try and install a plugin called – Simple Custom CSS – Wherein I updated the custom CSS TO –

    .entry-meta {
    display: none;
    }

    After seeing the problem with images, I deactivated the plugin and uninstalled it.

    Thread Starter sukirti

    (@sukirti)

    Did that…

    It says – purged all caches successfully.

    But still cant see any images.

Viewing 15 replies - 1 through 15 (of 20 total)