Extended Memory.
Just something to replace the scraps of paper on my desk.
Home
Home
» Posts tagged: redirect
htaccess redirects
April 09, 2012
- Posted in
Uncategorized
by
randy
Redirect www to non-www: :::apache RewriteEngine On RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L] Redirect non-www to www: