phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
400 bad request
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
::  
Author Message
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Sun May 18, 2008 2:05 pm    Post subject: Re: 400 bad request

I tried reinstalling the modules with the install files. Still 400 Bad Request
Back to top
GoBieN
PR0
PR0


Joined: 10 Mar 2008
Posts: 72
Location: Belgium

400 bad requestPosted: Sun May 18, 2008 6:49 pm    Post subject: Re: 400 bad request

When do you get the 400 error ? What is the exact URL when you get that error ?
Back to top
Visit poster's website
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Sun May 18, 2008 6:51 pm    Post subject: Re: 400 bad request

GoBieN wrote:
When do you get the 400 error ? What is the exact URL when you get that error ?


It is when I access the .htaccess module. The adress is

jagf.net/adm/index.php?sid=955f17f0b86513951a4448e40183581b&i=phpbb_seo&mode=htaccess
Back to top
GoBieN
PR0
PR0


Joined: 10 Mar 2008
Posts: 72
Location: Belgium

400 bad requestPosted: Sun May 18, 2008 7:02 pm    Post subject: Re: 400 bad request

vigge_sWe wrote:
GoBieN wrote:
When do you get the 400 error ? What is the exact URL when you get that error ?


It is when I access the .htaccess module. The adress is

jagf.net/adm/index.php?sid=955f17f0b86513951a4448e40183581b&i=phpbb_seo&mode=htaccess


Could it be a current rewrite rule is messing up the link to the module ?
Back to top
Visit poster's website
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Sun May 18, 2008 7:09 pm    Post subject: Re: 400 bad request

GoBieN wrote:
vigge_sWe wrote:
GoBieN wrote:
When do you get the 400 error ? What is the exact URL when you get that error ?


It is when I access the .htaccess module. The adress is

jagf.net/adm/index.php?sid=955f17f0b86513951a4448e40183581b&i=phpbb_seo&mode=htaccess


Could it be a current rewrite rule is messing up the link to the module ?


Eh I don't think the rules does affect the ACP but I can test
Back to top
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Sun May 18, 2008 7:12 pm    Post subject: Re: 400 bad request

no it was still same after I deleted the .htaccess
Back to top
GoBieN
PR0
PR0


Joined: 10 Mar 2008
Posts: 72
Location: Belgium

400 bad requestPosted: Sun May 18, 2008 9:00 pm    Post subject: Re: 400 bad request

vigge_sWe wrote:
no it was still same after I deleted the .htaccess

Do you have access to the apache error/access logfile ?If so could you copy/paste the lines there about the specific URL
Back to top
Visit poster's website
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Mon May 19, 2008 3:53 pm    Post subject: Re: 400 bad request

GoBieN wrote:
vigge_sWe wrote:
no it was still same after I deleted the .htaccess

Do you have access to the apache error/access logfile ?If so could you copy/paste the lines there about the specific URL


I have looked but it isn't apache generating it. My hosts owner (Yes the real owner) did check this for 40 min for me finding nothing.

As it isn't apache generating it it isn't anything in the error log so it seems that phpBB is generating the error...
Back to top
GoBieN
PR0
PR0


Joined: 10 Mar 2008
Posts: 72
Location: Belgium

400 bad requestPosted: Mon May 19, 2008 4:01 pm    Post subject: Re: 400 bad request

phpBB doesn't generate these kind of errors (or normally it does not).
400 BAD request, is a HTTP status error, that comes from the webserver.

If you want to be sure, check the headers of the page, when you get an 400 error. In the headers you can read who generated the request, and the CODE of the page you are viewing. If there it says 200 OK then its phpBB, if it there says 400 BAD request it's the webserver doing it.

Headers can be checked with firefox and the Web Developer Toolbar.

Example of the headers of this page:
Quote:
Response Headers - http://www.phpbb-seo.com/boards/posting.php?mode=editpost&p=16902

Date: Mon, 19 May 2008 16:02:52 GMT
Server: Apache/1.3.37 (Unix) mod_gzip/1.3.19.1a PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.6m
X-Powered-By: PHP/4.4.4
Set-Cookie: phpbbseo_data=a********************************; expires=Tue, 19 May 2009 16:02:52 GMT; path=/; domain=.phpbb-seo.com
phpbbseo_sid=*********************************************; path=/; domain=.phpbb-seo.com
Cache-Control: private, pre-check=0, post-check=0, max-age=0
Expires: 0
Pragma: no-cache
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 8665

200 OK
Back to top
Visit poster's website
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Mon May 19, 2008 4:15 pm    Post subject: Re: 400 bad request

GoBieN wrote:
phpBB doesn't generate these kind of errors (or normally it does not).
400 BAD request, is a HTTP status error, that comes from the webserver.

If you want to be sure, check the headers of the page, when you get an 400 error. In the headers you can read who generated the request, and the CODE of the page you are viewing. If there it says 200 OK then its phpBB, if it there says 400 BAD request it's the webserver doing it.

Headers can be checked with firefox and the Web Developer Toolbar.

Example of the headers of this page:
Quote:
Response Headers - http://www.phpbb-seo.com/boards/posting.php?mode=editpost&p=16902

Date: Mon, 19 May 2008 16:02:52 GMT
Server: Apache/1.3.37 (Unix) mod_gzip/1.3.19.1a PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.6m
X-Powered-By: PHP/4.4.4
Set-Cookie: phpbbseo_data=a********************************; expires=Tue, 19 May 2009 16:02:52 GMT; path=/; domain=.phpbb-seo.com
phpbbseo_sid=*********************************************; path=/; domain=.phpbb-seo.com
Cache-Control: private, pre-check=0, post-check=0, max-age=0
Expires: 0
Pragma: no-cache
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 8665

200 OK


Can you please send me that extension?
Back to top
vigge_sWe



Joined: 07 Oct 2007
Posts: 21

400 bad requestPosted: Mon May 19, 2008 4:18 pm    Post subject: Re: 400 bad request

Aww nevermind. It was one of my security scripts that caused it (munin or crawltrack)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB SEO Premod
Page 2 of 2 Goto page Previous  1, 2

Navigation Similar Topics

Jump to: