im new in CGI

Code: Select all
Change relative URLs in .htaccess file in htdocs to proper ones.
I dont see any .htaccess file to edit how should i do it?
there is no an example .htaccess to work on plz can u give me one?

Code: Select all
Change relative URLs in .htaccess file in htdocs to proper ones.
hitec7 wrote:Hello goodjob for ur first release i just got the script
im new in CGIu speak in the installation about
Code: Select all
Change relative URLs in .htaccess file in htdocs to proper ones.
I dont see any .htaccess file to edit how should i do it?
there is no an example .htaccess to work on plz can u give me one?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at www.bestupload.net Port 80
henry068 wrote:Hi Admin !
Why when upload it on my servers after it's report as :Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at www.bestupload.net Port 80
Why ? Please help me .
#Options FollowSymLinks
RewriteEngine on
hitec7 wrote:thanks alot it worked now ...
but something else is wrong...
http://www.savefilez.org/
when i upload many times the progress bar stops updating it freezes
I dont know what is causing this tbh...
also ill like to add that in my .htacess in htdocs i get error if i use this command so i commened it and it works...#Options FollowSymLinks
RewriteEngine on
Code: Select all
my $ftime = (lstat($flength_file))[9]; # Upload start time
Code: Select all
my $ftime = time;
Also I see that captchas images not generating...make sure captchas folder CHMODed to 766 or 777.
alang wrote:I also do not found any .htaccess file in my htdocs folder thus my site is not working properly. Could anyone please paste the code here so I can create it myself.