We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

log out and google urls

Development and Programming

TPE's avatar
TPE
99 posts
16 years ago
TPE's avatar TPE

Hello, I use your extension with great success- except it interferes with the log-out process unless user session type is set to session ID only- I discovered the problem was the system needs index.php?ACT=10 to successfully log out- the auto link generated is site.com/?ACT=10… By adding the index.php to the url log out is fine, so I’ve manually adjusted the log out link to function.

In the process however I noticed that you had added functionality to the extension to play nice with google analytics urls… Thought a solution would be to add my own similar rewrite condition- I reinstalled a fresh version of the extension but I’m not finding the new google rewrite code included in the .htaccess file?

Thank you

EDIT

Hard coding the log out link doesn’t work, as the .htaccess file gets to it and removes the index.php…

What I need is something like this- (roughly copied from the example at newism)

RewriteCond %{QUERY_STRING} ^ACT=10
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule (.*) /index.php?&%{QUERY_STRING} [L]

but this example doesn’t work…

Any thoughts?

Found part of the answer right here:

LG .htaccess and ExpressionEngine Logout URL

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.