Link to home
Start Free TrialLog in
Avatar of Richard
Richard

asked on

redirect folder with 301 redirect

301 page redirect

I am wanting to re direct

www.xxxxx(whatever)/sales to
www.xxxx(whatever)/mytown/sales

Foe SEO benefits.

I have an apache server
What would be the 301 redirect code and where on my server would it go?

ie where to upload it to?
Avatar of Prabhin MP
Prabhin MP
Flag of India image

#With Redirect
Redirect "/docs/" "http://new.example.com/docs/"
you can try something like this
Redirect 301 /path/to-old-url    http://www.cyourdomain.com/path/to-new-url

try this as well
Avatar of Richard
Richard

ASKER

Prabhin, thanks.

I have https site already fully 301 redirected from http site so the further specific page direct would be to https changed layout
setup the redirect in ssl file, so once it reaches the ssl section it will be redirected to mentioned path
ASKER CERTIFIED SOLUTION
Avatar of Richard
Richard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial