XML Sitemaps Generator

    Advanced search
Sitemap Generator Forum
August 28, 2008, 08:25:26 PM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
   Home   Help Search Login Register  
Sitemap software 2.9 released - Email notifications, html sitemap customizing and more
7312 Posts in 1800 Topics by Members
Latest Member: ciscoleroi
Pages: [1]
  Print  
Author Topic: Html Sitemap duplication problem  (Read 8280 times)
author
Registered Customer
Newbie
*
Posts: 4


View Profile
« on: December 01, 2006, 04:38:33 AM »

Hello,

I really love this program and it was well worth the money to buy it and you did a great job on getting back to me with a previous issue. However it appears as though my html sitemap gets the hiccups in my forum and keeps repeating the results over and over again on my sitemaps page.

[external links are visible to admins only]

Any idea how I can resolve this problem?

Thanks in advance for your help!
Logged
admin
Administrator
Hero Member
*****
Posts: 3060


View Profile
« Reply #1 on: December 01, 2006, 10:04:34 PM »

Hello,

this happens because of session id appended to URL by your forum:
phpBB/faq.php?sid=f3df4ddcdf6d1c9345f790ec9652870f

You should manually modify your generator/config.inc.php file:
FIND:
Code:
'xs_cleanurls'=>'',
REPLACE WITH:
Code:
'xs_cleanurls'=>'#[\\?&]sid=.+#',
Logged

author
Registered Customer
Newbie
*
Posts: 4


View Profile
« Reply #2 on: December 05, 2006, 03:58:19 PM »

Hello,

I tried what you outlined to change in my config file but the line of code wasn't even in there to begin with so I just added it and the problem is still there.

Any other solutions? Or am I doing something incorrectly.
Logged
admin
Administrator
Hero Member
*****
Posts: 3060


View Profile
« Reply #3 on: December 05, 2006, 11:12:10 PM »

Please try to create .htaccess file in your phpBB folder with this content:
Code:
php_flag session.use_trans_sid off
Logged

author
Registered Customer
Newbie
*
Posts: 4


View Profile
« Reply #4 on: December 06, 2006, 03:18:51 AM »

Hello,

Sorry, this didn't work either. Any other ideas?
Logged
admin
Administrator
Hero Member
*****
Posts: 3060


View Profile
« Reply #5 on: December 06, 2006, 07:26:20 PM »

The issue appears since your forum appends session id to URLs, causing endless number of URLs.
Could you please send me a private message with ftp access to find possible workaround?
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006, Simple Machines LLC Valid XHTML 1.0! Valid CSS!