Free Online
Sitemap Generator
Unlimited
Sitemap Generator
About Sitemaps
Broken Links
Forum
Testimonials
Tools
Contact
Advanced search
Sitemap Generator Forum
July 19, 2008, 03:32:01 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
6807
Posts in
1675
Topics by
Members
Latest Member:
cusinger
Sitemap Generator Forum
>
XML Sitemaps Discussions Category
>
Free Online Sitemaps Generator
>
PHP dynamic site returns "400 Bad Request" as title for most pages
Pages: [
1
]
« previous
next »
Print
Author
Topic: PHP dynamic site returns "400 Bad Request" as title for most pages (Read 9324 times)
dcarrco
Newbie
Posts: 2
PHP dynamic site returns "400 Bad Request" as title for most pages
«
on:
December 19, 2006, 04:20:01 PM »
hi. great thing you're doing with the free sitemap generator. we are switching from a large static site to one i have coded in php and using mysql as a backend. i have been using your tool to see how google will view our site, as the static one is rated quite highly right now and i don't want to lose that position (or lose my job). if i run your free generator on the rough site, which isn't online yet ([external links are visible to admins only]) the sitemap which is generated has a few titles, and then the rest say "400 Bad Request" but i'm not sure whats happening.
If i click the links, the pages have the correct titles. any suggestions?
thanks very much
d.
Logged
admin
Administrator
Hero Member
Posts: 2837
Re: PHP dynamic site returns "400 Bad Request" as title for most pages
«
Reply #1 on:
December 19, 2006, 11:14:14 PM »
Hello,
you should "urlencode" your links in html source, for instance " " (space) character is not allowed in URLs, it should be replace with "%20".
This URL is not correct:
Code:
search.html?cat=item&type=item&value=Vermont Additions
this one is correct:
Code:
search.html?cat=item&type=item&value=Vermont%20Additions
Logged
Oleg Ignatiuk
http://www.xml-sitemaps.com
dcarrco
Newbie
Posts: 2
Re: PHP dynamic site returns "400 Bad Request" as title for most pages
«
Reply #2 on:
December 20, 2006, 03:39:47 PM »
thanks. i'll try that.
Logged
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...