Page 1 of 1

how put a page 404.html as my 404 Not found below?

Posted: 2018/06/20 15:15:39
by lse123new
how put a page 404.html as my 404 Not found below?
how disable indexes below...? (if not have index file show file structure - this mean to get disabled)

Code: Select all

[root@server8new conf.d]# cat server8new.example.com.conf
NameVirtualHost *:80
<VirtualHost *:80>
        ServerAdmin lsepolis123@gmail.com
        ServerName test1.example.com
        DocumentRoot /var/www/html/test1.example.com/
        DirectoryIndex index.php index.html index.htm
</VirtualHost>
[root@server8new conf.d]#