23/02/2016
Subdomain .htaccess file code in cakephp like---
http://domainname.com/subdomain
Just make in changes in root directory .htaccess file
Code-------- (Start)--------
RewriteEngine On
/
%{HTTP_HOST} ^domainname\.com/subdomain/ [NC]
(.*) http://domainname.com/subdomain/$1 [R=301,L]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
Code-------- (End)--------
This code will also help in run two cakephp project, one main project and second subdomain cakephp project.
Small business web hosting offering additional business services such as: domain name registrations, email accounts, web services, FrontPage help, online community resources and various small business solutions.