common home redirect / in opencart

Find this bellow line

RewriteBase /

And paste after this

RewriteCond %{QUERY_STRING} ^route=common/home$
RewriteCond %{REQUEST_METHOD} !^POST$
RewriteRule ^index\.php$ http://%{HTTP_HOST}? [R=301,L]


Leave a Reply