Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    2

    Default Permanent Redirects to PHP Pages Not Working

    We just did a conversion of a site to osCommerce, and we want to do redirects within cPanel to try and maintain SEO. When I try and do a redirect from http://www.domainname.com/oldpage.html to
    Code:
    http://www.domainname.com/product_info.php?products_id=220
    cPanel tries to send me to
    Code:
    http://www.domainname/product_info.php%3fproducts_id=220
    .

    Why is the question mark being replaced with the %3f (I'm sure that it's the code for question mark, but still) and how do I make it NOT do that?

    Thanks for the help, and sorry if this fix is published elsewhere. I did a search for redirect AND php and didn't see it.

  2. #2
    Member
    Join Date
    Aug 2004
    Posts
    472

    Default

    Add the following rule inside the .htaccess file under the public_html folder.

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^$ 
    RewriteRule ^(oldpage\.html) /product_info.php?products_id=220 [R=301,L]

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    2

    Default

    Thanks for the reply. After doing additional research I discovered that this was likely the direction that I'd have to go with it, instead of the cPanel route.

Similar Threads & Tags
Similar threads

  1. Permanent changes to PHP.CONF
    By legalbrr in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-24-2011, 07:27 PM
  2. Change format of cPanel Redirects to avoid 404 pages?
    By sm9 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-30-2010, 07:39 PM
  3. I can't remove permanent redirects in cPanel Redirects
    By zpnd in forum New User Questions
    Replies: 8
    Last Post: 06-03-2009, 11:55 AM
  4. why php pages not working with http://ip/~username
    By Morry in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-09-2008, 02:40 PM
  5. mail redirects not working?
    By JimboJ40 in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 11-06-2005, 02:36 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube