Sharing here what I learned and likes
Adsense
Redirect your site url using .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.example.net$
RewriteRule ^/?$ "http\:\/\/www\.example\.com" [R=301,L]
RewriteRule ^index.php$ "http\:\/\/www\.example\.com" [R=301,L]
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
newest questions on wordpress
Loading...