The number of soft 404 errors is increasing because of redirects to the home page
- by Stevie G
I have an increase in soft 404 errors.
Using Apache in my .htaccess file I have:
Redirect 301 /test.html? /page/pop/test
Redirect 301 /about.html? /about
I have also tried:
Redirect 301 http://www.example.co.za/test.html? http://www.example.co.za/services/test
however whenever I go to:
http://www.example.co.za/test.html
http://www.example.co.za/about.html
it just redirects to the home page
I also have: RewriteRule ^.*$ index.php [NC,L] in .htaccess