Hi there Kall thanks for your response.
After combing through all of these posts I did see that quite a bit. I was not sure because I have many different htaccess files in different folders (including my "Admincp" folder) and in the root server, and I don't want to have any of them over command each other.
I added:
PHP Code:
"RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]"
to my htaccess file in the main index of the server. That did not work.
I know just uploaded a new htaccess file to my
forums root with the same code in it, I can now access the data folder when I click on my sitemap URL from the ACP and get this:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Is this correct now?
One question that is burning in my mind is, does an htaccess file only control the folder that it is in? What if I have a folder that is below another folder that has another htacces file in it? Will the one in the upper folder have command over the lower folder or like I mention: the htaccess file controls only the folder that it is in?