instructions

This commit is contained in:
2022-07-05 10:52:28 +02:00
commit df89cb79dc
3 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Htaccess
- Créer le répertoire /var/www/html/Dev
- Créer une page index.html dans ce répertoire
- Copier dans /var/www/html les fichiers travaux.gif et travaux.html
Objectif: en utilisant un htaccess rediriger (temporairement) toutes les requètes arrivant sur /dev vers travaux.html
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

+5
View File
@@ -0,0 +1,5 @@
<h1 style="font-size: big ; color: red ; text-align: center">Work in progress</h1>
<div style="text-align: center">
<img src="travaux.gif" alt="gif work"/>
</div>