Please Review My Forum

Discussion in 'Websites' started by wasi90lk, Aug 14, 2014.

  1. #1
    I am currently one of the owners of www.promotionboss.com. It is basically a promotion forum, where you can promote your website for free. We also have a general chitchat section and a webmaster section.

    Please give me some feedback. Thanks.
     
    wasi90lk, Aug 14, 2014 IP
  2. RichardGB

    RichardGB Greenhorn

    Messages:
    94
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    8
    #2
    Your forum is nice and the whole idea is great. By the way, congrats on having 500 users :)
     
    RichardGB, Aug 14, 2014 IP
  3. KillaKeith

    KillaKeith Well-Known Member

    Messages:
    104
    Likes Received:
    12
    Best Answers:
    2
    Trophy Points:
    135
    #3
    Looks good! Very nice looking MyBB theme. The one thing I feel your missing is a standard domain name format. Meaning, decide whether your URL is going to have, or not have, the leading www. Once you decide, it can easily be achieved through a simple .htaccess entry. Beyond that, I like it alot :) Good luck!!

    RewriteEngine on
    
    RewriteCond %{HTTP_HOST} ^example\.com$
    RewriteRule ^(.*) http://www.example.com/$1 [R=301]
    Code (markup):
    With this in your root directory .htaccess, this example would force your website to always have www in the url; no matter which variation is typed.
     
    KillaKeith, Aug 14, 2014 IP