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

Support for security such as Firewalls and securing linux
Post Reply
lse123new
Posts: 66
Joined: 2014/05/01 15:48:05

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

Post by lse123new » 2018/06/20 15:15:39

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]#

Post Reply