|
hi thanks for the info .. upating right now..btw there is already a htacess.default file in the root . so i am just updating your code init ..hope i am right?
#### diier code begin ####
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.megabyte\.com.au$ [NC]
RewriteRule ^(.*)$ http://megabyte.com.au/$1 [R=301,L]
### disier code End ####
|