.htaccess and its features
HTACCESS means HyperText Access. .htaccess files should be used in a case where the content providers need to make configuration changes to the server on a per-directory basis, but do not have root...
View ArticleRedirect Link to Mobile Website using .htaccess
Just add the following code in your .htaccess file RewriteEngine on RewriteBase / # prevent looping RewriteCond %{HTTP_HOST} !^m.mysite.com$ # if the browser accepts these mime-types, it's definitely...
View ArticleDompdf Problem in CentOS
dompdf is an useful plugin to create html to pdf file. It works fine in windows environment but it creates some problem for some version of CentOS operating system. For example, it doesn’t show any...
View ArticleRedirecting client to single domain name.
Originally posted on TechEarth: Here is a problem where a site is hosted under different virtual hosts with different domain names. Example: VirtualHost1 is setup for http://www.example.net...
View ArticleWhat is SSL Termination and SSL Initiation or SSL offloading
SSL termination (or SSL offloading) is the process of decrypting this encrypted traffic. Instead of relying upon the web server to do this computationally intensive work, we can use SSL termination to...
View Article