Jump to content

uploaded.to

I Still Receive 500 Error...who Can Help Me?

500 error

2 replies to this topic

#1 Evans

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 07 February 2012 - 07:23 AM

Posted Image

Hello Everyone
I chmod folder and index.php to 755 , But I still receive 500 error,this is error log
how could i solve it?
Thanks!

#2 vdhdevil

    Rapidleecher

  • Members
  • PipPipPipPip
  • 654 posts
  • Gender:Male
  • Location:Viet Nam

Posted 07 February 2012 - 01:37 PM

Some things wrong with your .htaccess file, you should post its content here

#3 Evans

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 07 February 2012 - 02:50 PM

View Postvdhdevil, on 07 February 2012 - 01:37 PM, said:

Some things wrong with your .htaccess file, you should post its content here



order deny,allow

<files ~ "\.(?i:s?php.*|cgi|p[l|y]|sh|asp|[d|s|p]?html?)$">
deny from all
</files>

<files index.php>
allow from all
</files>

#Uncomment the 3 lines below, ONLY when you want to run the checker.php!
#<files checker.php>
#allow from all
#</files>

<files ~ "^deny.php">
allow from all
</files>

<files notes.php>
allow from all
</files>

<files audl.php>
allow from all
</files>

<files upload.php>
allow from all
</files>

<files ~ "\.upload.html$">
allow from all
</files>

<files auul.php>
allow from all
</files>

<files ajax.php>
allow from all
</files>

<files ~ "^\.">
deny from all
</files>