I have enabled seo url in opencart settings. I have also return .htaccess file. But still index.php in coming at the end of the home page. Once I click on the home page it comes blank untill I write index.php after the DNS. Please if any one can help me where I am going wrong with the things.
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^system/download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
I have checked number of links but not getting the correct output. Still the home page is blank. Please help me