+ Reply to Thread
Results 1 to 3 of 3

Thread: Google Sitemap plugin - need help

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    Google Sitemap plugin - need help

    Hi Guys.
    The installation instructions for the Google & Yahoo Sitemap plugin says:

    Replace the string in .htaccess file:
    RewriteCond %{REQUEST_URI} !(\.html)$ [NC]
    with
    RewriteCond %{REQUEST_URI} !(\.html|\.xml|\.txt)$ [NC]


    I'm on the latest version of Flynax and the line RewriteCond %{REQUEST_URI} !(\.html)$ [NC] does not exist in my .htaccess file.

    Instead, I have the following line:
    RewriteCond %{REQUEST_URI} !(\.[a-z]+|[\/])$ [NC]


    So what do I need to do to correctly install the plugin?

    Thank you,
    Ron

  2. #2
    What's the fix, i have the same problem ...

  3. #3
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    According to Flynax, there's no need to edit the .htaccess file if you're on version 4.3

    Make sure you have the latest version of the plugin and it should automatically work. You can test by going to http://www.yourdomain.com/sitemap.xml

+ Reply to Thread