Hello,
Mostly I find answers on this forum, but this time I couldn't find anything.
I have a strange situation. On my directadmin installation, apache won't read html files. Thats strange becouse when I go to:
http://domain.com/index.html
I have a 404 error
The strange thing is that apache is trying to open index.php and ignoring my request.
the error log
On the main httpd.conf there is:
I even add DirectoryIndex to the vhost's and still nothing
Any advise?
Mostly I find answers on this forum, but this time I couldn't find anything.
I have a strange situation. On my directadmin installation, apache won't read html files. Thats strange becouse when I go to:
http://domain.com/index.html
I have a 404 error
Code:
The requested URL /index.php was not found on this server.
the error log
Code:
[Thu Nov 17 11:21:34 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:34 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:34 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:35 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:35 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:45 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
[Thu Nov 17 11:21:45 2016] [error] [client 185.129.32.134] script '/home/admin/domains/la666.pl/public_html/projekt6/index.php' not found or unable to stat
On the main httpd.conf there is:
Code:
<IfModule dir_module>
DirectoryIndex index.html index.htm index.shtml index.php index.php5 index.php4 index.php3 index.phtml index.cgi
</IfModule>
I even add DirectoryIndex to the vhost's and still nothing
Any advise?