Currently, my xenforo website is accessible using example.com and www.example.com. How would I make it so that people can only connect using www, and even if they do connect with example.com, they would be redirected to www.example.com?
It worked fine until I changed my subdomain.
So from forum.example.com to just example.com.
I removed my symbolic link on my nginx sites-available and changed xenforo board URL to http://example.com, as well as moving all the xenforo files to the root directory. Do you still think it is a host...
Whenever I try to connect to my website, I get a download rather than my website.
The download content is;
<?php
$startTime = microtime(true);
$fileDir = dirname(__FILE__);
require($fileDir . '/library/XenForo/Autoloader.php');
XenForo_Autoloader::getInstance()->setupAutoloader($fileDir ...
I have recently moved XenForo contents to a different directory named /var/www/forum/. Before that, I went into ACP and changed the board options. I have configured NGINX for the subdomain forum.example.com and correctly added the domain from my domain provider. However, when I search...
Is there a option so that my background image does not scroll down with my forum content? So a locked in background image and just the forum content being scrollable.
Hello, recently I was trying to upload some images to the website. Instead of uploading the image, xenforo returned an error: Your file could not be uploaded. There weren't any specifics on why the image wasn't uploaded. When I checked the admin panel logs and the error was: ErrorException...
I added a new route filter that finds /forums/members and replaced it with /members/. However, when I tried example.com/members, showed 404 not found error and when I went to the forums to click on the members page itself, it redirected me to example.com/forums/members and displayed an error...
Hello, I have a website that needs its trailing slashes edited. So currently, my forums section of the website is under example.com/forums. However, my members section of the website is under example.com/forums/members. Is there a way to edit the trailing slash so that the members page is...