I run the extension Page Management 2.3.1 with Vanilla 1.0.1. I created a page (and the according tab was created) called Imprint. When I am on that page and I click the Sign in or Sign out link, I get redirected to the discussions page.
Any hint?
Oops, looks like you need to alter a few more lines in the .htaccess file. The line that look like this:RewriteRule ^(discussions|categories|search|post|settings|people|[0-9]+)/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L] should be changed to RewriteRule ^(discussions|categories|search|post|settings|people|page|[0-9]+)/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L] (note the page| addition)
Comments
RewriteRule ^(discussions|categories|search|post|settings|people|[0-9]+)/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L]should be changed to
RewriteRule ^(discussions|categories|search|post|settings|people|page|[0-9]+)/(account.php|categories.php|comments.php|extension.php|index.php|people.php|post.php|search.php|settings.php) $2 [QSA,L](note the page| addition)