Comments on: 301 & 302 redirects: using php or htaccess http://cloudinservice.com/301-302-redirects-php-htaccess/ make IT easy with cloudinservice.com Wed, 04 Jan 2017 12:12:35 +0000 hourly 1 https://wordpress.org/?v=4.9.26 By: cloudinservice.com RSS Feed http://cloudinservice.com/301-302-redirects-php-htaccess/#comment-48743 Fri, 03 Oct 2014 03:02:21 +0000 http://cloudinservice.com/?p=109#comment-48743 […] 301 & 302 redirects: using php or htaccess […]

]]>
By: website seo http://cloudinservice.com/301-302-redirects-php-htaccess/#comment-20010 Sat, 24 Aug 2013 10:00:46 +0000 http://cloudinservice.com/?p=109#comment-20010 Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^exemple.com [NC]
RewriteRule ^(.*)$ http://www.exemple.com/$1 [L,R=301]

]]>