htaccess redirect to www.

This commit is contained in:
Patrick Neff 2019-01-30 10:40:32 +01:00
parent b6bf8a0acf
commit 858ff9bb08
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
## Start new rules
RewriteRule ^app/uploads/.*$ / [R=301,L]
RewriteRule ^home/aktuelles/.*$ /neuigkeiten/ [R=301,L]