i want to remove the /index.php from my logo link and than do a little work in the .htaccess file so i dont have /index.php urls, only .com/. I looked in the header and index files and i cant seem to find where i would change that. anyone have any clues?
If you want to do it with a template edit, edit the header template and change this: <a href="$vboptions[forumhome].php$session[sessionurl_q]"> HTML: to this: <a href="./$session[sessionurl_q]"> HTML:
Yeah better to do it that way so people with cookies disabled would still stay logged in if they clicked it.