Recent content by The Night Fox

  1. T

    Can any .htaccess experts figure this out?

    Ok, so I used the following code to redirect an old category and all it's posts to a new category, but for some reason I'm having problems. RewriteRule ^old-category-1/?(.*) h t t p : / / w w w .mywebsite. c o m /new-category-2/$1 [R=301,L] I have used the above code to redirect other...
  2. T

    Masking Affiliate Links (Specific Question)

    I have been using the following method to mask my affiliate links up to this point, but it's getting very messy trying to keep track of so many different php files. www.mysite.com/Folder/Script1.php www.mysite.com/Folder/Script2.php Code within php files. <?PHP Header("Location...