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
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 ?
cookie issue imo. I recommend coming up with some url rewrite in .htaccess to change all URLs to http://hairtransplantphotos.net
Clear your cookies.
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
i cleared cookies and still the same. what code is that for the ht.access ?
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).
thanx