404 error custom

404 error custom.

1/ Fichier d’erreur.
Ouvrir :

/404custom/404.html

Ajouter :


  
    
    Custom 404
  
  
      

Custom 404

2/ Fichiers de test.

/index.html

Ajouter :


	
	
	
		Page index
	

Ouvrir :

/404custom/index.html

Ajouter :


	
	
	
		Page index
		Custom 404
	

Ouvrir :

/404custom/test.html

Ajouter :


	
	
	
		test
	

3/ Fichier ‘.htaccess’.
Ouvrir :

/.htaccess

Ajouter :

ErrorDocument 404 /404custom/404.html
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /404custom/404.html [L]

4/ Tests.
Fichiers qui existent :
http://essai.espace-bidouilleur.fr/index.html
http://essai.espace-bidouilleur.fr/404custom/test.html
Fichiers ou répertoires qui n’existent pas :
http://essai.espace-bidouilleur.fr/404custom/coucou.html
http://essai.espace-bidouilleur.fr/aurevoir

Comments are closed, but trackbacks and pingbacks are open.