htaccess kicking my access
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/200...gage-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!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks