i have a directory and i write .htaccess and save it there
when i go to this directory it's give me this page
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@faraah.com.sa 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.29 Server at www.faraah.com.sa Port 80
==============================================
this is the .htaccess file that i write
php_value max_execution_time 1200 // seconds
php_value memory_limit 300M // MB
php_value post_max_size 300M // MB
php_value upload_max_filesize 250M // MB
LimitRequestBody 0
i write this file so i can upload more the 300MB
can anyone help me