Sharing here what I learned and likes
Pages
(Move to ...)
Home
Websites
Contact us
▼
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
‹
›
Home
View web version
No comments:
Post a Comment
comment here