hi WM-
i have already rectified the canonical url on my site. i have another challenge seems to be simple but i couldnt figure it out.
for an instance.
all example.com is redirected to www.example.com/index.php at present but
www.example.com is not redirected to www.example.com/index.php.
how to add the redirect rule. here is the my .htaccess rule
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/index.php [L,R=301]
need your solution please
regards,
Raja