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:
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.