The title it’s choosen to have cpanel word in it because changing ssl port from 443 to something else directly in http.conf will bring trouble when […]
1. redirect index.php to your main page RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.yoursite.com/ [R=301,L] 2. use canonical tag properly, so for http://www.yoursite.com/my-list-of-products?orderby=name&orderway=desc […]