hey guys, please critique my design. www.picbi.com/forum
bbPress support forums » Pimp your Press
Please Critique my Forum Design
(11 posts)-
Posted 4 months ago #
-
Is there a register link on the forum home page?
Posted 4 months ago # -
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
Posted 4 months ago # -
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
Posted 4 months ago # -
Same here. Is this the 404/200 problem?
http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-loadPosted 4 months ago # -
Also, this explanation from Sam:
http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9551Posted 4 months ago # -
wat bbPress pages? i dont see where the errors are?
i dont get where the errors are :- www.picbi.com/forum , am I think im missing something ?
cheers
Posted 4 months ago # -
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."
Posted 4 months ago # -
[~]$ 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-8The "404 Not Found" should be a "200 OK".
Posted 4 months ago # -
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
Posted 4 months ago # -
I think this fix will take care of it: please confirm.
Posted 4 months ago #
Reply
You must log in to post.