pablooliva
12-16-2008, 10:47 PM
I'm simply trying to redirect a directory "banks" to the url below, I've tried everything and have had no success. Can anyone shed some light on this for me?
.htaccess file:
Redirect 301 /banks/ http://preventingforeclosure.org/2008/10/contact-bank-mortgage-servicer/
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Muchas gracias amigos!
.htaccess file:
Redirect 301 /banks/ http://preventingforeclosure.org/2008/10/contact-bank-mortgage-servicer/
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Muchas gracias amigos!