Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Incorrect forum path - How to fix that?
Firelad
New
Answers
This has nothing to do with the application. You need to have your host fix that for you.
You should know that x10 free Host is not the best choice for this software.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
No way. x10Hosting supports Vanilla. That answer does not help at all.
EDIT: Either way, I'll look in cPanel.
It's fixed by installing from cPanel since they already provided it.
No, they do not support any applications you install. The only thing they support is their servers and that is stretching it. If you violate any of their TOS they suspend your account. You will not have enough memory to use all of the plugins and themes available. You are not allowed to have users upload images. Etc Etc. I am sure you will figure it out eventually...
Make sure it is the current version because they also are known to distribute old versions that have security issues.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
No, they do support as they stated it.
It is latest version. I've confirmed it myself.
Also, I was wrong. It still processes the wrong URL, and then I realized: edit .htaccess file. Look at this file:
# Original
# If you modify this file then change the above line to: # Modified
<IfModule mod_rewrite.c>
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
</IfModule>
If you read line 5 - 7, you'll finally get it. All I did was uncomment
RewriteBase /
and then putforum
inRewriteBase /
.You understand now? Do not judge the book by its cover.
I do not think you know what "Support" Means... Even in paid hosting the host does not provide tech support for scripts you install. In fact we do not provide support either. We volunteer to help those who need it.
You should look at the category "Tutorials" before asking anymore questions.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I do not think you know what "support" means either.
Glad you found the right way to solve this problem!
But like vrijvlinder I would be careful about the preinstalled script. It's really impressing that they are already up to date with the current version of Vanilla. I wouldn't expect that...