Forums

Join
bbPress Support ForumsPimp your PressPlease Critique my Forum Design

Info

Please Critique my Forum Design

  1. hey guys, please critique my design. http://www.picbi.com/forum

  2. Is there a register link on the forum home page?

  3. lol nope. thats exactly why critiques are important. thanks.

    ill do that now.

    edit: done. yeah they could signup at the WP homepage, but yeah the forum didnt have a link to register. :p

  4. Nice look but you need to look into your server configuration as the bbPress pages are being served with 404 error code instead of 200 (even though they display).

    Something might be wrong with your htaccess

  5. wat bbPress pages? i dont see where the errors are?

    i dont get where the errors are :- http://www.picbi.com/forum , am I think im missing something ?

    cheers

  6. If you do a curl -I http://example.com/ from the command line on a Linux or Mac machine, or check the response headers with Firebug or the Web Developer Toolbar (both Firefox add-ons) you will see the response header is a 404, but the page still loads. This has something to do with WordPress, I think.

    I tried to load a page on your forum just now, to show you the header output, but I keep getting a "page load error."

  7. [~]$ curl -I http://www.picbi.com/forum/
    HTTP/1.1 404 Not Found
    Date: Sat, 26 Jul 2008 15:51:13 GMT
    Server: Apache/1.3.41 (Unix) mod_jk/1.2.25 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a
    Set-Cookie: wassup=d236f9ce34fae04016f3af250c7877e2%3A%3A1217090173; expires=Sat, 26-Jul-2008 16:41:13 GMT; domain=picbi.com
    X-Pingback: http://picbi.com/xmlrpc.php
    Expires: Wed, 11 Jan 1984 05:00:00 GMT
    Last-Modified: Sat, 26 Jul 2008 15:51:14 GMT
    Cache-Control: no-cache, must-revalidate, max-age=0
    Pragma: no-cache
    Connection: close
    Content-Type: text/html; charset=UTF-8
     

    The "404 Not Found" should be a "200 OK".

  8. hmmm never knew about this, do you think it might have to do with permalinks or something... i really dont have a clue how to fix this..

    i would appreciate any help on this thanks. would it be safe to show you the content of my .htaccess file , if the problem lies there?

    thanks

  9. You must log in to post.