Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am facing the similar issue as per the earlier. Here is the htaccess file and the message has been saying the sitemap.xml is generated but dont find the file in the path.

    Message from the tool:
    sitemapindex was generated on Oct 12, 2014 : 13:57:35.
    site was generated on Oct 12, 2014 : 13:52:47.
    page_external was generated on Oct 12, 2014 : 11:19:47.

    Provided the path below,
    https://www.powerbullstocks.com/wp/site.xml

    but the file is not present there.

    htaccess:
    AddHandler application/x-httpd-php52 .php .php5 .php4 .php3

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wp/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wp/index.php [L]
    </IfModule>

    # END WordPress

    I am using xml generator and thought of trying this. I want to see the xml file to ensure everything looks good. I am happy donate if it is really working well.

    Best Wishes
    Power Bull

Viewing 1 replies (of 1 total)