I can't see pix in gallery- .htaccess problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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.

    #2
    whats on your img.php ? is there an error on it? :P

    Comment


      #3
      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?

      Comment


        #4
        can we see your /sys/inc/ folder also as it has all functions in it

        Comment


          #5
          I have attached the sys/inc folder. Thanks for your support.

          Added after 3 minutes:

          Originally posted by amylee View Post
          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?
          Yeah. I have check them both. Chmod is 777 & space is intentional.
          Last edited by ashan-b; 27.07.12, 07:57.

          Comment


            #6
            Open .htaccess

            Place this is there

            Code:
            AddType image/gif .gif .GIF 
            AddType image/ief .ief 
            AddType image/jpeg .jpeg .jpg .jpe .JPG 
            AddType image/tiff .tiff .tif
            Your server didn't or failed to load imei types so your fixed by that code.
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              You missed adding
              Code:
              header ("Content-type: image/jpeg");
              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.
              tinyurl.com/earnbymobile
              Easy earning for Indians
              ---------------------
              Alternative mobile advertising network .. Minimum 100 USD pay / NET15 pay cycle, Good Brand, Best targeting for Android
              goo.gl/6vub3

              Comment


                #8
                i have the same problem ( :

                Comment

                Working...
                X