Title / Description
Code # 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]
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code