A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.
Please welcome our newest member, zen3d!
Spice up your web site with the ultimate community message board solution!
Fake Id'sGet fake Id's made right now!
vBSEOSearch Engine Optimization for your VBulletin Forum.
AdminFusion
»
Which is better: forums.domain.com or www.domain.com/forums/?
| | #11 |
| | |||||
| Title: Lurker Join Date: Mar 2006 Posts: 1 ![]() | Have choose to place the forums at www.domain.com so that the first page a visitor gets is the forum, then set the menu at the top so they get to go to the different sections in my website | ||||
| |
| | #12 |
| | #13 |
| | #14 |
| | #15 |
| | |||||
|
Title: Apprentice Join Date: Jun 2006 Posts: 258 ![]() ![]() ![]() | I`m gonna be really aucward now ... I use domain.com/board
__________________ Dont forget to give people reputation if they have helped you!!! Tech The Planet - Computer n tech forums | ||||
| |
| | #16 |
| | #17 |
| | #18 |
| | |||||
| Title: Banished Join Date: Jun 2006 Posts: 314 ![]() | Here's my personal opinion. I understand that you are trying to attract members, but here's the thing. Would you like to see forums.domiain.com or domain.com/forums? I think what I'm trying to get at is, what do you think looks better? I personally think domain.com/forums looks better, and more professinal, but then again, the other one looks good to. So it's really just a matter of opinion. | ||||
| |
| | #19 |
| | #20 |
| | |||||
| Title: Apprentice Join Date: Dec 2005 Posts: 155 Location: Philadelphia, PA ![]() ![]() | www.jstump.com/forum should return a 302 to forum.jstump.com (my most recent attempt at a forum), but it's causing problems with a mod_rewrite rule that is currently in place for my new development (just typing in forum.jstump.com works). I'm in the process of completely revamping my site, which will contain a new forum I'm coding myself, into a friend-network site, and it remains to be decided whether I will use forum.jstump.com or www.jstump.com/forum for the new forum (or a system like the current one where one 302's to the other if I can get it not to interfere with mod_rewrite). If you're torn between the two choices, or you need to make a decision now, just make one of then 302-redirect to the other one. My /forum/index.php is as follows (feel free to adapt and use it yourself): Code: <?php
header('Location: http://forum.jstump.com' . str_replace('/forum', '', $_SERVER['REQUEST_URI']));
header('HTTP/1.0 302 Moved Temporarily');
?> | ||||
| |
