Webmaster Tools Soft 404 Errors

I am starting to get an increase in soft 404 errors in webmaster tools.

I have recently upgraded and they ar eall pages I do not want indexed anyway but I need them to return a 404 instead of a 200.

I recently upgraded from v3.06 to 4.36, and I DO have Disallow: index.php in robots.txt

On a similar issue I notice the site redirects to home page sometimes for non exisitent links to, I dont remember chenging the .htaccess etc? but I have pasted in below also. not sure about the

RewriteRule ^init.php$ - [F,L,NC]

part, is that standard in 4.36

Anyone help site is hivis.co.uk

index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=65
6/13/16
2
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=85
6/14/16
3
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=28
6/13/16
4
hi-visibility/hi-vis-jackets-page-2.html
6/14/16
5
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=132
6/10/16
6
leisurewear/shirts-and-blouses-page-8.html?subcats=Y
6/14/16
7
variant-152.html?currency=USD&page=151
6/14/16
8
variant-4.html?mobile_skin=1
6/14/16
9
embroidered-clothing/index.php?dispatch=sitemap.view
6/14/16
10
variant-152.html?page=1
6/14/16
11
variant-152.html?page=113¤cy=EUR
6/14/16
12
safety-footwear/safety-shoes-page-3.html?currency=USD
6/14/16
13
leisurewear-page-69.html?mobile_skin=1&subcats=Y
6/14/16
14
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=71
6/14/16
15
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=69
6/13/16
16
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=49
6/15/16
17
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=229
6/14/16
18
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=141
6/12/16
19
index.php?dispatch=products.picker&display=options&holder_name=gift_certificates&page=113
6/15/16
20
hi-visibility/hi-vis-vests-page-6.html?subcats=Y¤cy=GBP

DirectoryIndex index.html index.php
# Compress HTML, CSS, JavaScript, Text, XML, fonts
AddOutputFilterByType DEFLATE application/javascript application/x-javascript text/javascript application/json
AddOutputFilterByType DEFLATE application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf font/opentype font/otf font/ttf application/x-woff application/x-font-woff
AddOutputFilterByType DEFLATE text/css text/html text/plain
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
Header set Access-Control-Allow-Origin "*"
# Cache all images for 2 weeks
ExpiresActive on
ExpiresDefault "access plus 2 weeks"
Header set Cache-Control "max-age=1209600"
RewriteEngine on
# Please note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.
# Some hostings require RewriteBase to be uncommented
# Example:
# So "RewriteBase" should be:
# RewriteBase /store/cart
# RewriteBase /
Options -MultiViews
RewriteRule ^init.php$ - [F,L,NC]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} ^api/(.*)$ [or]
RewriteCond %{REQUEST_URI} .*/api/(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .*api/(.*)$ api.php?_d=$1 [L,QSA]
RewriteCond %{REQUEST_URI} \.(png|gif|ico|swf|jpe?g|js|css|ttf|svg|eot|woff|yml|xml)$ [or]
RewriteCond %{REQUEST_URI} store_closed.html$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*?)\/(.*)$ $2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]
# This prevents possible problems when downloading files
php_flag zlib.output_compression Off
php_value max_execution_time 3600

I am getting also soft 404 from search console, also google is dropping root / page from index.

Did not modify htaccess or robots.txt

Using currently CS-Cart 4.12.1