Recent content by dtommy79

  1. dtommy79

    What web technologies to use for a big site?

    Can WordPress handle so many active users and stay fast and efficient? I've never seen very complex sites built upon wordpress.
  2. dtommy79

    What web technologies to use for a big site?

    Hi, What would be the best choice to build a huge website upon? Should I use a framework or build a completely custom platform? I'm planning to build a very complex learning management site where main functionalities would be: videos, audios, quizzes, chats, payments, messaging, users can...
  3. dtommy79

    XF 1.4 Redirecting www to non-www

    Just in case anyone else needs this. This is what worked for me: RewriteBase /forum RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] RewriteRule ^ http://%1%{REQUEST_URI} [NE,R=301,L]
  4. dtommy79

    XF 1.4 Redirecting www to non-www

    I've changed it but now I'm getting 404 pages. Obviously I'm doing something wrong so here is my entire .htaccess file: # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from the lines below. #<IfModule mod_security.c> #...
  5. dtommy79

    XF 1.4 Redirecting www to non-www

    Hi, I'm trying to redirect www URLs to non-www. I tried every version from the FAQ, but didn't work. My forum is in a subdirectory. I'm using this rule: RewriteCond %{HTTP_HOST} www.example.com/forum$ RewriteRule ^(.*)$ http://example.com/forum$1 [R=301,L] Should it work or I'm doing...
  6. dtommy79

    XF 1.3 Enabling Use Full Friendly URLs

    Yes, I meant the index page. But I think it might be some kind of browser issue, because when I switched to Chrome the forum was ok. I installed the forum from Firefox and whenever I try to access the forum it redirects me to the install page. This is the content of the .htaccess file: #...
  7. dtommy79

    XF 1.3 Enabling Use Full Friendly URLs

    Yes, I did. And whenever I try to access my main page, it redirects me to the install page. But I can access the administration.
  8. dtommy79

    XF 1.3 Enabling Use Full Friendly URLs

    Hi, I installed the forum and when I go to the settings and want to enable the "Use Full Friendly URLs" option and I go to my forum main page it wants to start the installation again. What am I doing wrong?
  9. dtommy79

    XF 1.2 Server error

    Anyway, I've run the File health check and it came up with an issue with the index.php file. I overwritten it from the install package and now it works.
  10. dtommy79

    XF 1.2 Server error

    Hi, My forum worked fine so far but when I try to access the front end I'm getting an unexpected error. I can access the admin area, I checked the server error logs and this error keeps coming up: Error Info Zend_Controller_Response_Exception: Cannot send headers; headers already sent in...
  11. dtommy79

    What is the versioning system?

    He probably meant a major rewrite.
  12. dtommy79

    KAM - Please revisit the past

    Yeah, he seems to have disappeared. Hopefully he's working on some cool new feature. :)
  13. dtommy79

    Lack of interest Thread view permission

    Hi, A feature would be great that would allow to see the first post of a thread but not the replies. The admin could decide which group(s) can see the full thread.
  14. dtommy79

    How many people develop XF now?

    The number shouldn't be the problem. It's how they and the work are organized.
  15. dtommy79

    California Case Update

    So what is the worst case scenerio? What happens to the forum if IB wins?
Top Bottom