// Array of the filenames that may require the use of a base href tag. $this->seo_opt['file_hbase'] = array('viewtopic', 'viewforum', 'memberlist', 'search');
Thanks for your help, but same error See result in http://www.comunidadholistica.org/test.php Many URLs are ... topic .html That's my code <? define('IN_PHPBB', true); $phpEx = substr(strrchr(__FILE__, '.'), 1); $phpbb_root_path = './'; include($phpbb_root_path . 'common....
I tryed but I have the next problem Some topic urls return "topic" See my example on http://www.comunidadholistica.org/test.php Thats the code: $query = "select * from hol_topics where topic_status<2 and topic_id>2870 and topic_id<2880"; $result = mysql_query($query, $link...
Hi I'm trying to make my own custom pages, but I have a bug geting SEO URLs See my test and you will see what I'm get a string "TOPIC" in some cases instead of Topic URL That's my example code $query = "select * from hol_topics where topic_id>2870 and topic_id<2880"; $result = my...
There is no problem with your sitemap : http://www.comunidadholistica.org/sitemap-foro-34.xml it's not a forum url it's a sitemaps url, and there is no id removing to it, as you can see, in the sitemaps, the link to the forum do not have ids. Nicely done by the way for the memberlist listing, did y...
I tryed to set mod rewrite type to none in GYM acp and back again, clearing cache, but nothing Then I made the replacement on gym_sitemaps.php but it doesn't work This is my .htaccess DirectoryIndex portal.php index.php index.html index.htm # Lines That should already be in your .htacess <Files &quo...