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.
404 Not Found Error
dhana1
New
I just installed latest vanilla.
I get error when i access this url : http://www.yyyyyyyyyyyyyy.com/vanilla/settings/managecategories
**Not Found
The requested URL /vanilla/index.php was not found on this server.**
Can you please help?
Tagged:
0
Comments
http://vanillaforums.org/discussion/25111/about-error-404-not-found
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
pro tip #1: if you see a similar error or discussion title
2 posts down on this forum read it. it might help.
http://vanillaforums.org/discussion/30909/404-not-found-error
pro-tip #2: use vanilla 2.1.11 if you don't have experience testing vanilla.
don't use vanilla 2.2b1, if you are not testing and have no experience with vanilla
pro-tip #3: when posting in a category, select the appropriate vanilla version.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
As far as i know, i have checked
1) I set this to TRUE
$Configuration['Garden']['RewriteUrls'] = TRUE;
2)Removed # from
RewriteBase /
3)This is working : www.yyyyyyyyyyyyyy.com/index.php?p=vanilla/settings/managecategories
But still
http://www.yyyyyyyyyyyyyy.com/vanilla/settings/managecategories
is not working
You need to pay closer attention try
RewriteBase /vanilla
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
actually the site is in root and not under folder
then the url should be like bellow
http://www.yyyyyyyyyyyyyy.com/settings/managecategories
If there is another directory it is not in the root. If you have other applications with htaccess files there will be problems.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
settings url works fine like this : http://www.abcde.com/dashboard/settings
I thought the url should be as you said
http://www.yyyyyyyyyyyyyy.com/settings/managecategories
But it gives error as i have already checked this.
Do i need to add anything in .htaccess?
It must be RewriteBase / and the url really is .../vanilla/settings/managecategories.
Url Rewriting is working just fine on your forum. Are you sure you do not simply have a browser caching issue? Try opening it in your browsers private mode.
I hate it when people use urls that are not real as examples of their url... what is the point if you are going to give a false example ???
You get the wrong answer of course...
And No, I said that if your forum is in a subdirectory as in forum.com/vanilla then you would need to adjust your htaccess to reflect that in the rewritebase /vanilla
If it is in the root then it is just /
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Actually i don't want to post my url but by mistake i posted it. I like that to be removed. I thought i can send a message with admin and password.
vrijvlinder, i have sent you a message.
Be aware on 2.2, there are still two open issues: https://github.com/vanilla/vanilla/issues?q=is:open+is:issue+milestone:2.2rc
ok thanks.
Can any one please remove my real domain name in url?
Is this related to this?
http://vanillaforums.org/discussion/26117/friendly-urls-broken-at-apache-level-i-think-but-i-cant-find-the-problem
What should i do next?
are you using vanilla 2.2.x? you posted in vanilla 2.2 category.
if you post ambiguous things, you get ambiguous answers.
vanilla 2.2.x has its own set of issues distinct from vanilla 2.1.11
I would start over and download 2.1.11 - if you are not familiar with 2.2 and not testing.
then post in a new discussion in vanilla 2.1 category if you still have problems.
determine whether you are using apache or nginx (ask host)
determine what os your server is, are you in control of server?, what provider.
then post your .htaccess
and config.php (with sensitive passwords, salts, hashes etc removed).
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@dhana1 I have removed your domain
Thanks.
I downloaded vanilla-core-2-1-11.zip .
Now i see vanilla-core-2-1-11_2.zip is available. Is this a new updated version?
Is vanilla 2.2. is available?
Do i need to post in 2.1 help?
I use shared hosting and i will check server details.
Yes
Yes
Only to developers for testing purposes in order to find bugs and fix them.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
I looked at your forum with the creds you sent me. There is an issue where the Categories and advanced settings use the url /vanilla/categories instead of dashboard/Categories or dashboard/settings/ advanced/and that creates the 404 because there is no such folder.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks. I just installed latest version and the url
http://www.snipsnip.com/vanilla/settings/managecategories
works now
I have to check fully.