XML Site map generator generating two versions of my pages
« on: August 24, 2012, 08:39:04 AM »
Dear all,

I have a website in which I am using the following htaccess code to hide the file extension

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

I then manually removed the .php extension from the entire website.

Now when I am generating a site map for many of my pages are getting generated twice. One with the php extension and one without the php extension.

Can someone explain to me what is wrong and how to fix this?

Thank you. Your help will be much appreciated.

Regards