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]
No comments:
Post a Comment
comment here
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
newest questions on wordpress
Experienced Developer with Ultimate Membership Pro & WooCommerce Expertise
Creditcard payment with paypal-API, but without login
Display the current events of a week with custom styling on page in Wordpress [closed]
I want to set a minimum purchase amount and when I reach that amount, shipping is free. How do I edit the code?
I have been following a youtube tutorial on converting a HTML template to Wordpress Theme, why am I not seeing the header?
No comments:
Post a Comment
comment here