Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 16

CurtisOdenHotBlackericgilletteestlf349141590tc74422 +9 guests

Page Management 2.3.1 messes up Sign in [solved]

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?

Comments

  • Posts: 921
    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)
  • TexTex
    Posts: 261
    Sorry, but this doesn't help. Still the same problem. By the way: Thanks for this great extension! It is really useful for me.
  • Posts: 921
    Ack, fixed it
  • TexTex
    Posts: 261
    Works. Thanks a lot!
This discussion has been closed.