URL redirecting

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
joedub
Forum Newbie
Posts: 3
Joined: Wed Dec 01, 2004 8:21 am

URL redirecting

Post by joedub »

Having a problem understanding web forwarding.

I thought that if a domain is set to forward to an address, all requests would be sent to the forwarding address, but no, i was wrong.

Example: http://www.somesite.com redirects to http://www.redirect.com/home/page.php&id=1

BUT http://www.somesite.com/folder/ redirects to http://www.redirect.com/folder/ rather than the address i supplied.

Any workarounds??

Cheers
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

I think you can solve your problem with .htaccess.

http://www.javascriptkit.com/howto/htaccess7.shtml
Post Reply