-
Remove /web part from a Composer based Drupal site
Reading Time: 2 minutes Remove /web part from a Composer based Drupal site By default when you create your Drupal project using composer it will create project under /web directory. When you’re using shared hosting for your Drupal website which points your domain to /public_html folder and you’re not allow to change that pointing directory Now whenever your targeted […]
-
All you need to know about Composer
Reading Time: 2 minutes All you need to know about Composer All composer commands, depending on your install, may need to use php composer.phar in the install folder for composer, instead of plain composer. Updating packages This command changes only the composer.lock file. composer update Updates all packages composer update –with-dependencies Updates all packages and its dependencies composer update vendor/package Updates a certain package from vendor composer […]
-
How to disable RSS feeds in WordPress?
Reading Time: 2 minutes How to disable RSS feeds in WordPress? You want to disable RSS feed in WordPress, and you don’t know how to do that? Here are 3 easy ways to do it. Simplest & Quickest way is Use a plugin If you’re a advance user and having knowledge of Programming Use WordPress hooks .htaccess rule to […]
-
7 Best PHP Frameworks for Modern Web Development
Reading Time: 3 minutes 7 Best PHP Frameworks for Modern Web Development In recent days, PHP frameworks have become a great boon to websites and website developers as it allows any complex design, and of any sizes. The percentage of websites built using PHP codes is increasing day by day. This projects the popularity and importance of the PHP […]
-
Redirect non-www to www with Apache and NGINX
Reading Time: 3 minutes Redirect non-www to www with Apache and NGINX It is a common requirement for system and website administrators to redirect users to a common entry point for their website — also known as a canonical hostname. This is usually in one of two directions, i.e. www to non-www non-www to www. This brief guide […]