I moved my forum from root to a sub directory and now my sitemaps are not working. All the links are refering to pages as if it was still in root. I made all the changes in the settings for URL but nothing seems to be working. I deleted all cache as well. Any ideas what else I may need to do to get ...
I upgraded the sitemap to the latest version and the sitemap index seems very strange. It only has 6 listed and when you click on one, most of the links within that sitemap take you to something that doesn't exist. Take a look?
Ok, just checked the file while waiting and I see where the variable "$seo_opt" was declared twice, I removed one instance of it and it worked fine class phpbb_seo { var $seo_url = array(); var $seo_delim = array(); var $seo_path = array(); var $seo_opt = array(); var $seo_cache = array();...
I just upgraded to the latest version and am getting this error when trying to upgrade it via the gym_sitemaps/gym_install.php?mode=update_gym_sitemaps Fatal error: Cannot redeclare phpbb_seo::$seo_opt in /home/champion/public_html/gym_sitemaps/includes/phpbb_seo_class_light.php on line 30 Any idea ...
ok, for some reason I get really confused about virtual folder. If my forum is in domain.com/forum is the url going to be domain.com/forum/topic.html or domain.com./topic.html I want it to have the name of the forum directory in the url so which setting would I do. I have no idea why I can't underst...
Ok, for some reason the script path wasn't set correctly. Can you tell me what settings I should do so that the urls are the same as the mixed mod rewrite of phpbb2. I get kinda confused about the virtual directories etc. Thanks in advance.
I currently use the phpbb2 version of your SEO mixed mod rewrite and am upgrading to phpbb3 very soon and was wondering if there is anything I should note before doing so in relation to the mod rewrite script? Will all the urls still work? Thanks
you notice that when you click on one of the url's ending in postXXXX.html it gets redirected to topicXXXXX.html. The reason being is that zero dupe is doing its job. The postXXXX.html urls don't technically exist anymore so google doesn't find them. They will clear up soon, just give it time.