Quote:
Originally Posted by libertate
That is, when following Cloudrunner's notes, regular vBA pages are submitted without the root URL
For example:
Code:
<url>
<loc>index.php?pg=bmr_calc</loc>
<priority>1</priority>
<lastmod>2006-12-17T19:32:05+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
As you can see the root is missing. Everywhere else it is proper.
|
Your site homeurl has not been declared if this is the case I believe. I would have to test it out to be sure, but the call for the url prefix comes from $vboptions['homeurl']. check to see that the home url (
http://www.yoursite.com) is declared in your options panel in the admincp. If it is I'll look a little deeper into that issue.
-CR