php - Joomla 3.3.6: Frontpage giving internal server error 500 -
i have joomla site , tried install akeeba backup component not installed due post_max_size limit. after have tried install via directory option in joomla , changed permissions of "tmp" folder. path not correct , component not installed. admin panel working fine front end gives 500 internal server error. have not changed .htaccess
file same. , if put other file "index.html
" or other file can access it. joomla not working.
what problem?
sounds have either incorrect /tmp file path or incorrect permissions. live or local server? can replicate issue locally?
turn on error reporting in admin area , see if there errors displayed.
in admin area check system information > directory permissions , make sure status writeable.
check permissions of of files/directories - /tmp.
- files should 644
- directories should 755
there additional info here
hope helps.