List/Grid Tag Archives: rewriteengine

How to redirect my website to be opened through HTTPS?

How to redirect my website to be opened through HTTPS?

In order to redirect your website to be opened through HTTPS, you should add the following rewrite rule in your .htaccess file:  RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule .* https://www.domain.com/%{REQUEST_URI}… Read more »


Rewrite dynamic URL to static URL in PHP using .htaccess

Rewrite dynamic URL to static URL in PHP using .htaccess

When search engine visits the dynamic url site i.e http://sumitbansal.com/category.php?p=10, so it does not gives the more importance to this page because it keeps on chainging. So we convert the… Read more »


© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.