Forum Moderators: phranque
I want [name.com.au...] redirect to [name.com.au...]
This is the code I am currently using.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} ^name\.com\.au$ [NC]
RewriteRule ^(.*)$ [name.com.au...] [R=301,L]
Can anyone please help
You'll need to add a few more lines of code before the redirect that you already have.
Luckily, as this is a regular question here, there are many prior examples to choose from (see forum charter).
Post your best effort code as a basis for discussion.
Search WebmasterWorld [webmasterworld.com] for redirect index rewritecond the_request to get to better (and working) examples.
Jim