Enabling HTTP authentication for private Drupal site
At KnackForge we try to follow best practices in all our development processes. The list includes protecting development and stage sites from unauthorized access and search engines. HTTP authentication...
View ArticleHow to make Apache faster for Drupal
If you are reading this blog post you must be striving to improve the performance of your site. When we speak about performance two things should be taken into account essentially.Number of requests...
View ArticleEnabling HTTP authentication for private Drupal site
Tag(s)htaccessApacheDrupal planetEnabling HTTP authentication for private Drupal siteFri, 02/17/2012 - 05:38 /0 CommentsAt KnackForge we try to follow best practices in all our development processes....
View ArticleHow to make Apache faster for Drupal
Tag(s)PerformanceApacheDrupalhtaccessDrupal planetHow to make Apache faster for DrupalMon, 04/01/2013 - 12:54 /5 CommentsIf you are reading this blog post you must be striving to improve the...
View ArticleHTTP Authentication for specific domain in Multisite environment
HTTP Authentication for specific domain in Multisite environmentI'm running a multisite Drupal installation, Drupal's multisite allows me to run different websites off the same set of PHP files, but...
View ArticleHow to get Microsoft office files downloaded properly through Drupal
How to get Microsoft office files downloaded properly through DrupalI recently came across situation where the .ppsx files were displayed as some weird characters instead of getting downloaded. For...
View ArticleRedirecting the site using the htaccess
Redirecting the site using the htaccessYou can redirect your website to another by using RewriteRule in .htaccess.For example:If your website URL is example.eu, it can be redirected to another URL...
View Article