- Go to Configuration > General > Web and set "Redirect to Base URL if requested URL doesn't match it" to NO
- the problem with this is that your canonicals will then need to be set to optimize seo and remove duplicate search engine sites lowering seo
- Instead of typing domain/admin type www.domain/admin
- Follow Step 1 and then add this to your htaccess
RewriteCond %{HTTP_HOST} ^yoursite\.com
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
I would select 3
No comments:
Post a Comment