H
H
HeartOfProgrammer2016-07-06 20:48:41
linux
HeartOfProgrammer, 2016-07-06 20:48:41

Why is the hosting site not working?

There glorygroup.biz worked fine. But as soon as I changed a couple of things for me (Change css, add an image and index.html to the hosting) So the site began to issue

Forbidden

You don't have permission to access / on this server.
Apache/2.2.15 (Cloud Linux) Server at glorygroup.biz Port 80


Downloaded files from Ubuntu 16.04 OS. Perhaps this is due to this problem, but I do not understand how this can be related. Googled on the Internet, they say the problem is in apache, which apache? If the site does not need php mysql apache. The site is made purely on html + css + javascript.

What caused such a problem? This was not the case before.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
ThunderCat, 2016-07-06
@HeartOfProgrammer

Check the permissions on the folder, you have already been written.
Check if there is any .htaccess file in the root of the site (usually it is "hidden").
Check the rights on your index.html
Check in the Apache settings which files it considers index files, perhaps .html is not registered for it.
Try to put .htaccess folder with the following content: allow from all

A
Anton Ulanov, 2016-07-06
@antonsr98

what do you mean the site does not need apache? without Apache, you will not give html or php to visitors. See apache errors logs

T
TyzhSysAdmin, 2016-07-06
@POS_troi

Check the permissions on the directories, they must be owned by the www or apache user (depending on system settings).
Well, the config in the studio.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question