forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: Konstantinos on April 03, 2006, 09:11:03 pm

Title: Bug in search
Post by: Konstantinos on April 03, 2006, 09:11:03 pm
when i get the search results with thumbnails after i click on the thumb i get No image to display  see for your self

http://www.hairtransplantphotos.net/displayimage.php?album=search&cat=0&pos=1
Title: Re: Bug in search
Post by: Konstantinos on April 03, 2006, 09:53:02 pm
actually when i use the search by going to my site as http:// without the www. it works but with the www. it doesnt how come and what to to solve the problem ?
Title: Re: Bug in search
Post by: Joachim Müller on April 04, 2006, 06:35:48 am
cookie issue imo. I recommend coming up with some url rewrite in .htaccess to change all URLs to http://hairtransplantphotos.net
Title: Re: Bug in search
Post by: Nibbler on April 04, 2006, 02:03:44 pm
Clear your cookies.
Title: Re: Bug in search
Post by: bybinhabr on April 04, 2006, 03:51:45 pm
I have the same bug!
It is not a problem with cookies (I cleared and nothing!)...
My search page just show results if I search in filename (like if I search "DSC")...

What's wrong? I use Portuguese lang files that comes with 1.4.4 version of this site!

tks,

Barbara
Title: Re: Bug in search
Post by: Konstantinos on April 04, 2006, 06:06:00 pm
i cleared cookies and still the same. what code is that for the ht.access ?
Title: Re: Bug in search
Post by: Joachim Müller on April 05, 2006, 09:57:48 am
The file must be named ".htaccess", not "ht.access". It should contain something like
Code: [Select]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.hairtransplantphotos\.net$ [NC]
RewriteRule ^(.*) http://hairtransplantphotos.net/$1 [R,L]
Put it into your web root (making sure that there isn't already such a file).
Title: Re: Bug in search
Post by: Konstantinos on April 05, 2006, 06:51:34 pm
thanx