I tried:
//301 Redirect Old File
Redirect 301 www.mydomain.com/subdirectory http://newurl.com
but that lands me at newurl.com/subdirectory, which doesn't exist.
|
|
Enable mod_rewrite and .htaccess then add this code in your .htaccess under DOCUMENT_ROOT:
|
|||