forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: fotografo74 on April 24, 2008, 08:54:17 pm

Title: [Solved]: Login and logout problem, incorrect redirect
Post by: fotografo74 on April 24, 2008, 08:54:17 pm
Hi,
i'm Antonio, from Rome, Italy  (i'm sorry for my english)
I have a problem with my gallery 1.4.18.
My gallery: www.macrofotografia.net/gallerie/index.php , account test : demo/demo

The gallery is bridged with Smf 1..1.4, works ok.
Login it's ok, but after writing username and password the redirect link to www.macrofotografia.net/gallerie and not works....the same with logout....
I need help please... :(
Thank you
Antonio
Title: Re: Login and logout problem, incorrect redirect
Post by: Nibbler on April 24, 2008, 08:58:16 pm
You need to setup your DirectoryIndex properly. Add a file in your Coppermine directory called .htaccess containing

Code: [Select]
DirectoryIndex index.php
Title: Re: Login and logout problem, incorrect redirect
Post by: fotografo74 on April 24, 2008, 09:03:35 pm
You need to setup your DirectoryIndex properly. Add a file in your Coppermine directory called .htaccess containing

Code: [Select]
DirectoryIndex index.php
Thank's , it's ok now!!!
With .htaccess created by SEO plugin, i must/can add
Code: [Select]
DirectoryIndex index.php ?
ANtonio
Title: Re: Login and logout problem, incorrect redirect
Post by: Nibbler on April 24, 2008, 09:37:17 pm
Yeah, if you already have an .htaccess file just add it.