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.
Search and Registration doesnt work
i have a new vanilla install over at http://board.subcultures.at
but somehow the forum search and the user registration does not work.
i remember there were problems with mod_secure because of "tback" in some urls of the forum with "PostBackAction" in them when i was using the forum back then.
it seems like every url that has "PostBackAction" in it just shows the /discussions page.
im going to check back with my webhost if they could let requests with "tback" in them through for me.
still i wanted to ask if you are aware of that and if it would be possible to rename "PostBackAction" to something different in a future release.
cheers
0
This discussion has been closed.
Comments
I'm really not that great with rewrite rules at all. Maybe we can get defel (the author of those rules) in here to help out?
you must do 2 small changes i didnt commented.
First, disable rewrite for some files in appg/settings.php. Like so:
// Url Rewriting Definitions
$Configuration['REWRITE_categories.php'] = 'categories/';
$Configuration['REWRITE_index.php'] = 'discussions/';
$Configuration['REWRITE_comments.php'] = 'discussion/';
$Configuration['REWRITE_search.php'] = 'search.php';
$Configuration['REWRITE_account.php'] = 'account/';
$Configuration['REWRITE_settings.php'] = 'settings/';
$Configuration['REWRITE_post.php'] = 'post/';
$Configuration['REWRITE_people.php'] = 'people.php';
I think thats ok for user, admins and search-engines.
And here is my complete Rewrite-Rule, dont have problems with it since change-over to Lighttpd: Look at the line '"^/account/(.*)$" => "account.php$1"', this rewrite-rule is for urls like '/account/?PostBackAction=foobar .. you can add this for all files and then active rewrite-definitions for this files as described at the beginning.
Is there a way to update the extension?