So the site I work for recently got this addon, but whenever I try to connect the discord server to the site, it goes to the discord page, I accept, and then it says that the page cant be found.
Hey, I've been getting this error on my site when trying to go to /profile-posts/comments/1486/
Server Error
No controller response from XenForo_ControllerPublic_ProfilePost::actionComment
XenForo_FrontController->_handleControllerResponse() in XenForo/FrontController.php at line 359...
This is my current htaccess file and it still is not working:
# 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>
SecFilterEngine Off
SecFilterScanPOST Off...
Sorry for taking so long to respond, but where would I put this? And do I need to turn on the RewriteEngine again even though its already on? I've tried integrating it into the code itself and that doesn't work either. I have:
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond...
Hi. so I tried to force my ssl cert with this:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
It forces it, but with one problem: I can't actually go to any page besides the index. Please help!
Hello, I currently have 2 questions. One is how I can change the "New registrations are currently not being accepted" message, and the second is how to edit the navigation link for signing up. Thanks for the help.
I've recently been moving some nodes around on my forum page, and one of the staff just noticed that with some of the forums, you cant actually make any posts. When you press "submit", it gives you an error saying:
"THE FOLLOWING ERROR OCCURRED: You must select forum."