Jump to content

htaccess redirect problem


damion

Recommended Posts

I'm trying to redirect a web site to a different domain. For some reason, the URL that I put inside the htaccess for the new domain is altered when I try to go to the old domain.

 

It changes the new domain's URL when loaded in the browser from this:

http://www.newdomain.com/gdProfile.php?clientID=23

 

To this which is incorrect:

http://www.newdomain.com/index.php?clientID=noneOrNAN

 

I've tried the hosts cpanel redirect feature, and manually edited the .htaccess file, and both give the same results.

 

Here is what I used for the manual editing of the htaccess..

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/gdProfile.php?clientID=23/$1 [R=301,L] 

 

There is nothing else in the .htaccess file.

 

What on earth is causing this??

 

Thanks!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.