Can I use a 301 redirect on my domain to push.
www.hfuk.org.uk
to
www.hfuk.org.uk/Hospitality-Forum-UK/
I do not want to have a homepage at the moment because as the site is only a forum, it has no real value. I was going to use a meta refresh but would prefer to use 301 if I can.
My presentAny help as always is gratefully received, BTW do not have clue what the 301 for this would read like.RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.hfuk\.org.uk
RewriteRule (.*) http://www.hfuk.org.uk/$1 [R=301,L]
Redirect 301 /Hospitality_Forum_UK/ http://www.hfuk.org.uk/Hospitality-Forum-UK/
Redirect 301 /Hospitality_Forum_UK http://www.hfuk.org.uk/Hospitality-Forum-UK/



LinkBack URL
About LinkBacks





Reply With Quote