Jump to content

Redirect product group to other URL


jmginer

Recommended Posts

Internal server error :(

ok, just tried it and I got the same... my mistake.

 

try the following - i've tried this on my WHMCS and it works...

 

RewriteEngine On

RewriteCond %{REQUEST_URI} ^/cart\.php$

RewriteCond %{QUERY_STRING} ^gid=10$

RewriteRule ^(.*)$ http://www.domain.com/cart.php?gid=1 [R=302,L]

this redirects visitors from cart.php?gid=10 -> cart.php?gid=1

 

the URL in the rewrite rule must contain the full domain, but can redirect to any page - so you could use http://www.domain.com/otherpage.php if you wish.

Link to comment
Share on other sites

ok, just tried it and I got the same... my mistake.

 

try the following - i've tried this on my WHMCS and it works...

 

 

this redirects visitors from cart.php?gid=10 -> cart.php?gid=1

 

the URL in the rewrite rule must contain the full domain, but can redirect to any page - so you could use http://www.domain.com/otherpage.php if you wish.

 

 

Thanks very much!!!!!!

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated