Using htaccess to 301 redirect, not working
-
Hi there, Im using htaccess to redirect some old blog posts, following some advice I got in another forum string. However, every time I try to add the new htaccess I get an internal error, could someone tell me what I've done wrong here? Thanks in advance. # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress redirect 301 /real-mortgage-for-real-people https://www.mortgageadvicecenter.co.uk/mortgage-news redirect 301 /are-you-not-the-perfect-mortgage-applicant https://www.mortgageadvicecenter.co.uk/mortgage-news redirect 301 /there-are-funds-available-to-borrowers https://www.mortgageadvicecenter.co.uk/mortgage-news
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Using htaccess to 301 redirect, not working’ is closed to new replies.