Recent content by shimabuku

  1. S

    XF 1.4 SSL Install Help....

    See my thread. Not sure if it is the correct way but it works. https://xenforo.com/community/threads/rewrite-http-to-https.91392/
  2. S

    Rewrite HTTP to HTTPS

    Is this the correct way to force www and https? xenForo resides in /community. RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} ^example.com$ [NC] RewriteRule ^(.*)$ https://www.example.com/community/$1 [R=301,L]
  3. S

    XF 1.4 Facebook Integration

    I have a question regarding facebook integration. I have setup facebook integration on my board and it works when signing up on my board with facebook. Now does xenforo create a password for this user who signs up with facebook? Or his/her password is their facebook password? Am I making sense...
  4. S

    Rewrite HTTP to HTTPS

    Thanks Brogan!
  5. S

    Rewrite HTTP to HTTPS

    When I installed xenforo I set my board URL to https. However, I am still able to hit http links. Xenforo currently resides in /community. I followed this wiki but when I hit http://www.example.com/community it does not get redirected to https. My board URL is https://www.example.com/community...
  6. S

    PHP handlers (and opcode caches) for Xenforo on Apache

    I went with this route. Currently using OPcache and memcache.
  7. S

    XF 1.4 Cometchat IOS and Android App

    Thanks Mike! I know that I would need to direct any questions to CometChat but I just wanted to know if any fellow xenforo users experienced this issue and hopefully they could chime in.
  8. S

    XF 1.4 Cometchat IOS and Android App

    At first I had a few issues with cometchat after installation but followed the tips from the below thread and got cometchat working on my site with memcache. https://xenforo.com/community/threads/xf-memcached-cometchat-works-now.59430/ However, the IOS and Android app does not work. Keeps...
  9. S

    Zend Opcache & FastCGI

    I am also experiencing this similar issue. I am running mod_fcgid.
Top Bottom