grizzard
Forum Replies Created
-
Hello @Rumejan i have same issue
The XML Sitemaps option is On in the plugin
I also go to Admin> Settings> Permalinks and save the page.but still the sitemap is not showing and sitemap link is redirecting to homepage.
what should I do? the sitemap is working fine before update
should i delete and install the plugin again? how to complete remove the plugin?
i even disable the yoast plugin in plugin page but still sitemap url is redirecting to homepage.
thanks a lot for answer
what is the difference between these two below code?
RewriteCond %{HTTPS} !=on [NC]
and
RewriteCond %{HTTPS} off
also using below code at the top of .htaccess move http://www.example.net to https://example.net without multiple redirect.
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]does RewriteEngine On is needed to write?
thanks.
but in this article he is saying to avoid duplicate content, could u explain please?
https://arrayinternet.com/blog/wordpress-redirect-http-to-https/
The example also shows how you can get rid of the www at the beginning of your URL by redirecting to the non-www version. If not already taken care of, then this is something you might want to consider as well in order to prevent issues with duplicate content on your website, which would be bad for SEO and may hurt your rankings in search engines like Google, Bing or Yahoo.
thanks a lot markwolters for answer.
Do note that disabling the plugin via the plugins overview will revert the site back to http://
plugin is removed but redirecting http to https still working why?
is there any code to add in .htaccess for direct move of