I am having a problem getting some of my 301 redirects to work correctly in htaccess.
The problem is the subfolders on the new link do not line up: Redirect 301 /properties/available-properties/filename.html http://www.domain.com/index.php/properties/available/new-filename
the problem is that it returns the path of: www.domain.com/index.php/properties/availablefilename.html
any suggestions?