500 internal server error at back end - Joomla

后端 未结 12 828
盖世英雄少女心
盖世英雄少女心 2020-12-02 01:46

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.

Note: Site

12条回答
  •  时光取名叫无心
    2020-12-02 02:07

    In my case there was a single file with bad permissions.

    It can be tricky to figure out which file has the problem so just run this to set the permissions for all the files in the directory:

    chmod -R ug+rwX .
    chmod -R o+rX .
    

提交回复
热议问题