News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Bug in search

Started by Konstantinos, April 03, 2006, 09:11:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Konstantinos

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

Konstantinos

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 ?

Joachim Müller

cookie issue imo. I recommend coming up with some url rewrite in .htaccess to change all URLs to http://hairtransplantphotos.net

Nibbler


bybinhabr

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

Konstantinos

i cleared cookies and still the same. what code is that for the ht.access ?

Joachim Müller

The file must be named ".htaccess", not "ht.access". It should contain something likeRewriteEngine 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).

Konstantinos