Click to See Complete Forum and Search --> : Fairly simple .htaccess Redirect question


bunner bob
07-14-2006, 01:57 PM
(at least I hope it's simple...)

On a site I'm rebuilding I need to redirect a number of old URLs to the new URLs.

All the old URLs look like this:
http://www.site.com/training-center/
in other words, no specific page.html or page.php and the end, just a directory.


So my redirects look like:
Redirect /training-center/ http://www.newsite.com/training_center.php

Question - any problem with the old URLs just being a directory, and not specifying a specific file? I only ask because it isn't working now, but the site isn't live yet and we're at a development URL, so that might be the cause.


Thanks!

- Bob