Weiterleitung per .htaccess


/ Published in: Other
Save to your folder(s)

Permanente / Temporäre Weiterleitung per htaccess


Copy this code and paste it in your HTML
  1. Redirect permanent /test/datei.html http://www.ziel-domain.de/datei.html
  2. Redirect temp /test/datei.html http://www.ziel-domain.de/datei.html

Report this snippet


Comments


You need to login to view comments.