I have installed new site in Joomla 1.7 and its working fine, but when i checked its back-end (administrator) got 500 Internal Server Error.
500 Internal Server Error
Note: Site
First you have change folder permission to 775 for the following folders:
775
cache, logs, tmp & administrator/cache
then go to: configuration.php
configuration.php
find code:
$log_path = 'XXXXXXXXXXXXX'; $tmp_path = 'XXXXXXXXXXXXX';
and change code into:
$log_path = './logs'; $tmp_path = './tmp';
problem solved :)