View Single Post
  #1 (permalink)  
Old 08-19-08, 07:31 AM
MikeW MikeW is offline
New Member
 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
.htaccess 301 redirect

Hello

I'm trying to redirect around 5 dynamic urls to subfolders but the script I'm using doesn't seem to work. See below.

Options +FollowSymLinks

RewriteEngine on
RewriteBase /
RewriteRule ^newfolder/ old-dynamic.php?catid=1 [R=301,L]

can anyone give me any ideas.
Reply With Quote