chmod issue

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

    chmod issue

    hi peeps just need some sugestions as to what i can do here im working on a script that has a uploader
    the folder the files are uploaded 2 has to be set at chmod 777.
    files are uploaded but cant be viewd as the server says
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Now bare in mind the file had been uploaded successfully. if perms are set to 755 can view the files but then the uploader wont move the file. if anybody can shed some light on an alternative solution id appreciate it.
    please also note i tried 744 as well as an option it didnt like it
    also note the sever is using plesk and is unix
    Last edited by MadHatter; 24.06.11, 12:35.

    #2
    just letting peeps know i resolved this issue. with using htaccess and the following
    Code:
    <Files ^(*.jpeg|*.mp3|*.mp4|*.zip|*.rar|*.sis|*.jar|*.apk|*.jad|*.xsisx|*.jpg|*.png|*.gif)>
       order deny,allow
       deny from all
    </Files>

    Comment


      #3
      Generally, Internal error encounters because of wrong .htaccess file
      Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

      Comment


        #4
        ksg91 is correct,, check your .htaccess inside that folder where the php is.. delete it or modify it

        Comment


          #5
          if u read the post all the way thru the problem was resolved dude









          Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
          Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

          Comment


            #6
            Originally posted by ozziemale31 View Post
            if u read the post all the way thru the problem was resolved dude
            we know. But he still didnt know was actually causing that error. Thats why I said wrong .htaccess file can cause that error
            Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

            Comment

            Working...
            X