Quote:
Originally Posted by shabbirbhimani
How do you get to that? If you can tell me more about it I can help you in this.
|
Had to do the following edits to get this to link to the sitemap:
Place a "/" between: $vboptions[homeurl] and sitemap/
Code:
<if condition="$vboptions['archiveenabled']"><a href="$vboptions[homeurl]/sitemap/">$vbphrase[archive]</a> -</if>
Changed the following in the .htacces file:
Code:
RewriteRule ^sitemap(.*)$ "My Forum"/archive/index.php$1 [QSA,L]
On the Sitemap the links stil point to
www.mysite.comsitemap and the threads to:
http://www.mysite.comsitemap/f-21.html
http://www.mysite.comsitemap/f-23.html
Any help on this?
Thanks