systemes:web:httpd

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
systemes:web:httpd [2017/10/09 09:12]
william [Configuration conseillé]
systemes:web:httpd [2019/02/06 14:03] (Version actuelle)
Ligne 527: Ligne 527:
  Protocols h2 h2c http/1.1  Protocols h2 h2c http/1.1
 </code> </code>
 +
 +==== Astuces en vrac  ====
 +
 +=== Rewrite ===
 +
 +  * Redirect dans un sous dossier enfant: ( évite loop /REPERTOIRE/cible/cible/cible/cible/cible/cible/cible ) <code bash>
 +        RewriteCond %{REQUEST_URI} !^/site/.*$
 +        RewriteRule    "^/REPERTOIRE$" "/REPERTOIRE/cible" [R,L]
 +</code>
 +
  
 [[systemes:start|Retour]] [[systemes:start|Retour]]
  • systemes/web/httpd.1507533162.txt.gz
  • Dernière modification: 2019/02/06 14:02
  • (modification externe)