wqeqweqwe

Php code posted
created at 11 Dec 13:16

Edit | Back
1
2
3
4
5
6
7
8
9
  # Frontend: Redirect auf HTTPS
  RewriteCond %{HTTPS} on
  RewriteCond %{REQUEST_URI} !^/?typo3
  RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

  # Backend: Redirect auf HTTPS
  RewriteCond %{HTTPS} off
  RewriteCond %{REQUEST_URI} ^/?typo3
  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
330 Bytes in 2 ms with coderay