XML Sitemaps Generator

    Advanced search
Sitemap Generator Forum
July 19, 2008, 03:32:01 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
6807 Posts in 1675 Topics by Members
Latest Member: cusinger
Pages: [1]
  Print  
Author Topic: PHP dynamic site returns "400 Bad Request" as title for most pages  (Read 9324 times)
dcarrco
Newbie
*
Posts: 2


View Profile
« 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


View Profile
« 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

dcarrco
Newbie
*
Posts: 2


View Profile
« Reply #2 on: December 20, 2006, 03:39:47 PM »

thanks.  i'll try that.
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!