Quantcast
Channel: Server – Web Development Tips
Browsing latest articles
Browse All 13 View Live

Image may be NSFW.
Clik here to view.

.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 Article


Image may be NSFW.
Clik here to view.

Redirect 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 Article


Image may be NSFW.
Clik here to view.

Dompdf 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 Article

Redirecting 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 Article

What 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

Browsing latest articles
Browse All 13 View Live