Hi,
i have ubuntu server and PHP Version 5.3.6.
When upload the iii folder in my web root, i see the requirements/index.php but i have this error
NetworkError: 500 Internal Server Error
i try to install yii 1.1.9
thanks!
Hi,
i have ubuntu server and PHP Version 5.3.6.
When upload the iii folder in my web root, i see the requirements/index.php but i have this error
NetworkError: 500 Internal Server Error
i try to install yii 1.1.9
thanks!
Activate/install mod rewrite for Apache (which I assume you’re using)
Or, if you don’t want that, remove your .htaccess file.
Just try and rename it first to see if the error disappears.
Thanks, my i have mod_rewrite and i try tu rename .htaccess but i have the same error.
500 Internal Server Error
is the error related to the permissions on files.Please give a appropriate permissions mostly 0755 to your project directory before uploading and it is required to grant a permission 0777 to runtime and assets folder in protected directory.
try this your problem will solve definitely.
yes, the problem is the permission!
Thanks