Viewing 1 replies (of 1 total)
  • Thread Starter hamid_rmg

    (@hamid_rmg)

    I solved this problem!
    Use this code:
    —–

    # WordPress SEO - XML Sitemap Rewrite Fix
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index\.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    </IfModule>
    # END WordPress SEO - XML Sitemap Rewrite Fix

    —–

    !!! add above code to htaccess file! Do not delete other lines in this file!

Viewing 1 replies (of 1 total)
  • The topic ‘The captcha field do not show in comments form?’ is closed to new replies.