sukirti
Forum Replies Created
-
Forum: Accessibility
In reply to: How do I retrieve my website data when my domain has expired.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
Forum: Fixing WordPress
In reply to: unusul link to the websiteAlso, 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
Forum: Fixing WordPress
In reply to: unusul link to the websiteThanks 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
Forum: Fixing WordPress
In reply to: What is the best way to clone a website to another domain?Thanks for your response Olga. Will try this out.
Forum: Fixing WordPress
In reply to: No images showing on my websiteSure.
Thanks.
Forum: Fixing WordPress
In reply to: No images showing on my websiteHi,
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
Forum: Fixing WordPress
In reply to: No images showing on my websiteHey 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,
SRForum: Fixing WordPress
In reply to: No images showing on my websiteSure. 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.
Forum: Fixing WordPress
In reply to: No images showing on my websiteOr will updating WordPress help?
Forum: Fixing WordPress
In reply to: No images showing on my websiteYou think I could try changing the theme?
Forum: Fixing WordPress
In reply to: No images showing on my websiteDid this…
Still not workingForum: Fixing WordPress
In reply to: No images showing on my websiteI ma sorry I didn’t get this…
Forum: Fixing WordPress
In reply to: No images showing on my websiteIs 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) betweenBEGIN WordPressandEND WordPressare
# 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.inForum: Fixing WordPress
In reply to: No images showing on my websiteI 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.
Forum: Fixing WordPress
In reply to: No images showing on my websiteDid that…
It says – purged all caches successfully.
But still cant see any images.