Hi
Your problem has too many variables to resolve on a forum
post.
When you use Mod_rewrite it depends on how your rewrite rules
are written and the order in which
they are lined up.
The Kollection has its login and logout functions in
the file below you will find most the array keys that
Kollection uses.
//includes\tng\
tNG_config.inc.php
This is where the PHP classes are stored with little PHP
knowledge you can start to see how things work
//includes\tng\triggers
The MVP tools that PHP gives you to see what’s going
on.
Add these to the page that your having trouble with find the
$_SESSION key that
your using and work it into your log-out.
<pre>
<?php var_dump($_SESSION); ?>
</pre>
<pre>
<?php var_dump($_REQUEST); ?>
</pre>
The file below has a lot of key functions that you’re
looking for and can help you with your log out issues.
//includes\tng\
tNG_functions.inc.php
Lastly you should be easy on the Kollection its not easy two
make such a great set of tools
to work with Dreamweaver and make it so easy to use. It takes
years of study to have half of what there system does in minutes.
When you add Mod_rewrite into the picture it another ballgame now
you’re talking Regular expressions etc. No one can plan for
this type of free design without having a fix set of pre defined
rules or a pre fix Database schema.
Any way best of luck on your project the above hints should
put you on your way.
Also please note that you could still use none mod_write
links to Log-out your users and don’t forget the cookies. And
any atoms or variables that may be needed for your mod_rewrite
rules.
P.S: The image issues your having it’s not the
Kollection you need to add a Base tag to your page or pages as this
is happening because of your rule settings.
See this url
http://www.w3schools.com/tags/tag_base.asp
Add the base tags it should fix this issue.
Cheers,
Brian Diaz
Media 65