Recent content by ForexTalk

  1. ForexTalk

    Www to non-www not working

    The redirect is working, but the board return 404 Not Found page on non-www. I'm not sure why!
  2. ForexTalk

    Www to non-www not working

    Yes, the code in .htaccess: RewriteCond %{HTTP_HOST} www.example.com$ RewriteRule ^(.*)$ http://example.com$1 [R=301,L] And the redirect did work!
  3. ForexTalk

    Www to non-www not working

    I did. It's not issue with the redirect as I was able to do it. But the non-www board show 404 page, it's the error message from the webserver. I did restart the LiteSpeed server after the change too!
  4. ForexTalk

    Www to non-www not working

    I checked the 301config.php and it has: $fileDir = 'C:/inetpub/wwwroot/xenforo'; Is that mean the forum is only available with www?
  5. ForexTalk

    Www to non-www not working

    Hi, I want to update the forum board from www to non-www. I was able to make redirect by editing .htaccess file, but seems like the board is only accessible via www version. The non-www version show 404 Not Found page. I did change the basic options to reflect the change but it's still the...
  6. ForexTalk

    XenWord Pro [Deleted]

    Well, is it allow to sign in xenforo using Wordpress data? I have wordpress blog with good number of users and now want to add a forum, xenforo is an option but I have yet find a suitable bridges .
  7. ForexTalk

    XF 1.5 Use Text Based Logo

    It work great, thank Steve.
  8. ForexTalk

    XF 1.5 Use Text Based Logo

    Hello, I want to remove the logo and use text instead. Can you please guide me how to do it? Thank you.
  9. ForexTalk

    XF 1.5 Error: "ecurity error occurred. Please press back, refresh the page, and try again. "

    Hello, My forum is new install with no add-on, the upload size limit is 80MB. When I upload a test file, with .rar or .zip extention, test file size around 10MB, it always return error: Small images upload is fine. Can you please let me know what is wrong? Thank you.
  10. ForexTalk

    XF 1.5 Use attachment to host file?

    Hello, I plan to use attachment to host files for users to download, the file is just around 10 - 80MB. I would like to ask whether it is recommend? Would it have any negative effective on the forum performance? Thank you for your feedback.
  11. ForexTalk

    XF 1.4 Remove "Signed in as..." sidebar block

    I use XenForo 1.4.7 and it work after I remove the code. Thanks @Andrej
  12. ForexTalk

    XF 1.4 Remove "Signed in as..." sidebar block

    Hello, After logged in there have a block appear first on the sidebar and display the logged-in member info. That block is absolutely unnecessary and I would like to remove it. Screenshot: Please guide me on this. Thank you.
  13. ForexTalk

    XF 1.3 Move Forum to Sub-domain

    Can someone please give me some information on this?
  14. ForexTalk

    XF 1.3 Move Forum to Sub-domain

    I'm on dedicated server and yes, I would like to redirect everything from /forum/ to forum.example.com because there have a lot of posts and threads already. Unfortunately, the FAQ does not cover this type of redirect. Can you please help me out? Thanks.
Back
Top Bottom