Quantcast
Channel: Adrian Sauer » Apache
Viewing all articles
Browse latest Browse all 13

Umleitungen mit der .htaccess

0
0
Reditect all with www 1234Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.(.*)$ [NC] RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Redirect to other URL 1234Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} !^www.old-site.com$ [NC] RewriteRule ^ http://www.new-site.com? [R=301] Redirect To SSL Using Apache’s .htaccess 123RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Require no “www” 123RewriteEngine On RewriteCond %{HTTP_HOST} !^domain\.com$ [NC]...

Viewing all articles
Browse latest Browse all 13

Latest Images

Trending Articles





Latest Images