I can't see pix in gallery- .htaccess problem
Collapse
X
-
You missed adding
in img.php, add it and your problem will be solved. Your server thinks that img.php is an html file since the content type header was missing.Code:header ("Content-type: image/jpeg");
Leave a comment:
-
Open .htaccess
Place this is there
Your server didn't or failed to load imei types so your fixed by that code.Code:AddType image/gif .gif .GIF AddType image/ief .ief AddType image/jpeg .jpeg .jpg .jpe .JPG AddType image/tiff .tiff .tif
Leave a comment:
-
I have attached the sys/inc folder. Thanks for your support.
Added after 3 minutes:
Yeah. I have check them both. Chmod is 777 & space is intentional.Originally posted by amylee View Postfrom my experience usually if you cant see images common problem is down to chmod/chown issues, so check if the folder is the same owner as the user which runs your apache process ( usually www-data or apache) or that the folder where your pics are uploaded to are chmod'd to 777 blah blah
also by just by quick looking cant be assed downloaded that file, i noticed a space in between here "RewriteRule ^([0-9]*)/([0-9]*)/ index.php?id_user=$1&id_gallery=$2&acth=user_galle ry [L,QSA] "
is that intentional?
Last edited by ashan-b; 27.07.12, 07:57.
Leave a comment:
-
can we see your /sys/inc/ folder also as it has all functions in it
Leave a comment:
-
from my experience usually if you cant see images common problem is down to chmod/chown issues, so check if the folder is the same owner as the user which runs your apache process ( usually www-data or apache) or that the folder where your pics are uploaded to are chmod'd to 777 blah blah
also by just by quick looking cant be assed downloaded that file, i noticed a space in between here "RewriteRule ^([0-9]*)/([0-9]*)/ index.php?id_user=$1&id_gallery=$2&acth=user_galle ry [L,QSA] "
is that intentional?
Leave a comment:
-
I can't see pix in gallery- .htaccess problem
Hi
I can't see images in my photo gallery. I have .htaccess in that folder. But I can't remove it because then it shows me "page not found". Here is the .htaccess file. Plz help me guys.
Any ideas?Last edited by ashan-b; 27.07.12, 08:00.
Leave a comment: