How to fix 404 and 500 errors
Reasons For 404 Not Found error
* You have not uploaded .htaccess file
* Your server do not support .htaccess
Reasons For 500 Internal Server Error when uploading
This is mostly caused by upload progress bar, possible reasons are
* Wrong permissions for perl files. chmod 777 all .pl files in cgi-bin
* Make sure if your web server support .pl files.
* Verify perl works on the server by going to url
http://yourdomain.com/cgi-bin/ubr_upload.pl
If perl works on your server, you will see like
http://video.bizhat.com/cgi-bin/ubr_upload.pl
HOWTO
Bookmarks