By ongetc , 26 February, 2017 How to use Drupal multiple sites feature? To keep thing as simple as possible I will make the follow assumption: . Your main Drupal site already is installed at http://maindrupal.yoursite.com
By ongetc , 26 February, 2017 Cron, the first thing must be done for your Drupal site Cron job, the first thing must be done for your Drupal site Why? Might you ask? Simple answer: Running Cron will keep your site operating optimally. Long answer: Cron a scheduler that automates system tasks.
By ongetc , 26 February, 2017 ASP.NET MVC "Hello World" For the first time, you can easily create your ASP.NET web application using MVC pattern. It only takes a couple second depend on how fast your PC. But first you will need the following: . Visual Studio 2008 . NET Framework 3.5 . Microsoft ASP.NET MVC
By ongetc , 26 February, 2017 How do redirect www using mod_rewrite? With rewrite rules, it is very simple, please use this code below but do change the domain to your domain name. Note: If you want to redirect to www then just reserve the logic In your .htaccess RewriteEngine on RewriteOptions inherit