Free Online
Sitemap Generator
Unlimited
Sitemap Generator
About Sitemaps
Broken Links
Forum
Testimonials
Tools
Contact
Advanced search
Sitemap Generator Forum
August 28, 2008, 08:25:26 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
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
Sitemap Generator Forum
>
XML Sitemaps Discussions Category
>
Unlimited PHP Sitemap Generator
>
Html Sitemap duplication problem
Pages: [
1
]
« previous
next »
Print
Author
Topic: Html Sitemap duplication problem (Read 8280 times)
author
Registered Customer
Newbie
Posts: 4
Html Sitemap duplication problem
«
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
Re: Html Sitemap duplication problem
«
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
Oleg Ignatiuk
http://www.xml-sitemaps.com
author
Registered Customer
Newbie
Posts: 4
Re: Html Sitemap duplication problem
«
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
Re: Html Sitemap duplication problem
«
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
Oleg Ignatiuk
http://www.xml-sitemaps.com
author
Registered Customer
Newbie
Posts: 4
Re: Html Sitemap duplication problem
«
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
Re: Html Sitemap duplication problem
«
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
Oleg Ignatiuk
http://www.xml-sitemaps.com
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
XML Sitemaps Discussions Category
-----------------------------
=> Unlimited PHP Sitemap Generator
=> Bug reporting for Standalone Sitemap Generator
=> Free Online Sitemaps Generator
=> Site maps - General Discussion
Loading...