Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
mod_rewrite and user account
First sorry my english.
I upload vanilla to my server and when I will install I receive a 500 internal server error. So I remove the line from .htaccess:
http://lussumo.com/community/discussion/4093/vanilla-and-ispconfig-500-error-fix/#Item_0
Them everything works fine, but there is no way I can enter in user account of anyone. I can't approve any request member, since vanilla always take to my user account instead of the user account. If any user want to see other profile, they can't. Always show the user who is logged in profile. If I change the /appg/settings.php from 'mod_rewrite' to 'standard' everything goes fine. But I don't get friendly urls.
Any help is appreciate.
I upload vanilla to my server and when I will install I receive a 500 internal server error. So I remove the line from .htaccess:
Options +FollowSymLinks -Multiviews
like this guy told:http://lussumo.com/community/discussion/4093/vanilla-and-ispconfig-500-error-fix/#Item_0
Them everything works fine, but there is no way I can enter in user account of anyone. I can't approve any request member, since vanilla always take to my user account instead of the user account. If any user want to see other profile, they can't. Always show the user who is logged in profile. If I change the /appg/settings.php from 'mod_rewrite' to 'standard' everything goes fine. But I don't get friendly urls.
Any help is appreciate.
0
This discussion has been closed.
Comments
#Account RewriteRule ^account222/$ account.php [QSA,L] RewriteRule ^account222/([0-9]+)$ account.php?u=$1 [QSA,L] RewriteRule ^account222/([0-9]+)/$ account.php?u=$1 [QSA,L]
and in line 147 of appg/settings.php:
$Configuration['REWRITE_account.php'] = 'account222/';
And the problem is gone now. Maibe it's because i used a CMS and i have some rewrite rules and they had conflicted.