About sitemap – MaxCDN W3 Total Cache SSL
-
My sitemap , It looks like this ( https://i.hizliresim.com/6mkBbW.jpg )
I want ;
https://www.pgotr.com >> https://pgotr.com/sitemap_index.xml
https://pgotr.com >> https://pgotr.com/sitemap_index.xml
https://www.pgotr.com >> https://pgotr.com/sitemap_index.xmlmy htaccess
# BEGIN WordPress 1
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.pgotr.com$ [NC]
RewriteRule ^(.*)$ https://pgotr.com/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# END WordPress 1# BEGIN WordPress 2
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
- The topic ‘About sitemap – MaxCDN W3 Total Cache SSL’ is closed to new replies.