Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

"400 Bad Request" Error msg

Quote Reply
"400 Bad Request" Error msg
Does anyone know what his means? I get this when I try to open the search.html or add.html locations in my browser.

Thanks.
Quote Reply
Re: "400 Bad Request" Error msg In reply to
How about showing us a live example of what you are talking about?

Most likely you are not using the correct link or action in your forms codes.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: "400 Bad Request" Error msg In reply to
Ok, here's the URL
http://www.jolliffphoto.com/EnviroSites/search.html
Quote Reply
Re: "400 Bad Request" Error msg In reply to
The problem is...

You do not have the proper tags for the .css files in your template pages, which should be the following:

Code:
<%css%>

AND not:

Code:
<%build_root_url%>/links.css

<%css%> is defined in the global variables section in the site_html_templates.pl file.

Hope this helps.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: "400 Bad Request" Error msg In reply to
Thanks but the truth is, I heard something whiz past the top of my head when I read your reply. Do yo meant that I should change a line that reads "<%build_root_url%>/links.css" to simply read <%css%> on all of the template files provided?

Perhaps though I'm jumping ahead? I haven't figured out how to edit links.cfg per readme.txt could that have something to do with it?
Quote Reply
Re: "400 Bad Request" Error msg In reply to
YES.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: "400 Bad Request" Error msg In reply to
 
Quote:
Do yo meant that I should change a line that reads "<%build_root_url%>/links.css" to simply read <%css%> on all of the template files provided?

Y E S !!!!!!

Wink

Quote:
I haven't figured out how to edit links.cfg per readme.txt could that have something to do with it?

Possibly.

Regards.

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: "400 Bad Request" Error msg In reply to
Sorry, do you mean yes to the first question, the second question, or both questions?