Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-05-2012, 12:49 PM   PM User | #1
utnalove
Regular Coder

 
Join Date: Oct 2008
Location: Poland
Posts: 357
Thanks: 141
Thanked 2 Times in 2 Posts
utnalove is an unknown quantity at this point
How to redirect Wordpress categories via .htaccess

Hello, I need a RewriteRule that:

Will redirect:
www.mysite.com/c/XXX
www.mysite.com/c/XXX/
www.mysite.com/c/XXX/sdagasdg
www.mysite.com/c/XXX/whatever/whateeverrrrrr


TO:
www.mysite.com/c/YYY
www.mysite.com/c/YYY/
www.mysite.com/c/YYY/sdagasdg
www.mysite.com/c/YYY/whatever/whateeverrrrrr


Does anybody know how to do it?
I know that if I want to redirect
www.mysite.com/c/XXX
to
www.mysite.com/y/XXX

I can use: RewriteRule ^c/(.*)$ /y/$1 [R=301,L]


But what can I do here?
utnalove is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:33 AM.


Advertisement
Log in to turn off these ads.