Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Create Subdomains on the fly using .htaccess file?
If you are creating subdomains using htaccess for this, you have to set the virtual host
Follow the below steps.
Step 1: Create a wildcard DNS entry first.
*.domain.com. 3600 A 127.0.0.1
Step 2: Now Setup the Virtual Host, in yo...
What is the difference between Parked Domain, Sub Domain & Add-On Domain?
Subdomain:
A subdomain is a site with totally different content but with no new domain name. It's a directory inside public_html folder in your server. For example: mydomain.com/mydirectory or mydirectory.mydomain.com. This facility is free of c...
Cakephp - Using multiple database
Many a times we need use multiple database as per the domain or some other reason . We can easily achieve it with the following code in cakePhp.
Write the following code in app->config->database.php
class DATABASE_CONFIG {
publ...