FRIHOSTFORUMSSEARCHFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

.htaccess Problem - PLEASE help - Reward Offered

 


jylan
Ok guys, I've run into this problem and I can't figure it out, using Rewrites with .htaccess is so complicated!

I have a blog at http://briterwebdesign.com/blog/, and I want to anything from /blog downwards to a new site - yeppooninfo.com.

For example, if a user entered briterwebdesign.com/blog/archives/humpy-island, I want that to redirect to yeppooninfo.com/blog/archives/humpy-island. If someone types in briterwebdesign.com/blog/tag/yeppoon/page/10, I want that to redirect to yeppooninfo.com/blog/tag/yeppoon/page/10.

I need someone to help me make the necessary Rewrite rules so that this will work. As an incentive, I'll give 50FRIH to the first person who provides a correct solution. Thanks!
kv
RewriteRule ^/blog(.*) http://briterwebdesign.com/blog$1
Jean-Luc
Hi,

In .htaccess of briterwebdesign.com, try this :
Code:
RedirectPermanent /blog/ http://www.yeppooninfo.com/blog/

(up to you, with or without www)

Jean-Luc
jylan
Hi guys, thanks for your answers. kv, your solution didn't work for me, I kept getting a 403 (pretty sure) at the briterwebdesign.com domain so that didn't work, even though I changed the second domain to yeppooninfo.com.

Jean-Luc, your's did work, thanks! If I wanted that to be a 301 redirect do I just use
Code:
Redirect 301 /blog/ http://www.yeppooninfo.com/blog/
?

Thanks and I'll pay you as soon as you've replied.
Jean-Luc
RedirectPermanent is already a 301. There is no difference between
Code:
RedirectPermanent /blog/ http://www.yeppooninfo.com/blog/
and
Code:
Redirect 301 /blog/ http://www.yeppooninfo.com/blog/

You can check it with the tool in my signature.

And thanks for the FRIH$ !

Jean-Luc
jylan
Thanks Jean-Luc, I'll be using this tecnique in a few days once I've copied everything over. I've donated your frih.
Related topics

Domain problem. Help me, please!
help me please
PROBLEM::: HELP ME PLEASE::: LINUX::::
booting problem with 6600GT AGP
64 = 65? Frih$ reward offered! Please help.

help me please with my problem
Admins help please, My domain wont work! (its my domain.)
CAN ANYBODY HELP ME PLEASE ?!!
.htaccess problem
can anybody help to solve my printer problem??

My page dosn't work in IE, å ä ö is the problem, help please
secure subdomain .htaccess problem.
help with pagination problem
40Frih for Help with .htaccess problem
Wordpress htaccess problem
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.