hi,
My web site is hosted on a shared hosting plan with Go daddy with IIS 7.
As per go daddy instruction I have created and uploaded php5.ini file with following variables ,
rAddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
register_globals = On
memory_limit = 50M
max_execution_time = 120
max_input_time = 60
post_max_size = 8M
file_uploads = On
upload_max_filesize = 192M
extension_dir = "c:\php5\ext"
upload_tmp_dir = "D:\PHP\TEMP"
extension=php_curl.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
And it did change in phpinfo file but at the time of uploading the 1-2 MB file its give below error,
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
how could i change my php5.ini variables?
could anyone help me in this?
thanks,
jaymin
My web site is hosted on a shared hosting plan with Go daddy with IIS 7.
As per go daddy instruction I have created and uploaded php5.ini file with following variables ,
rAddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4
register_globals = On
memory_limit = 50M
max_execution_time = 120
max_input_time = 60
post_max_size = 8M
file_uploads = On
upload_max_filesize = 192M
extension_dir = "c:\php5\ext"
upload_tmp_dir = "D:\PHP\TEMP"
extension=php_curl.dll
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
And it did change in phpinfo file but at the time of uploading the 1-2 MB file its give below error,
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
how could i change my php5.ini variables?
could anyone help me in this?
thanks,
jaymin
Comment