Sunday, 3 September 2017

Redirect from non-www to www in CakePHP

How to redirect from non-www to www in CakePHP?
Put the following code into .htaccess in main directory
 mod_rewrite.c>
  RewriteCond %{HTTPS} !=on
  RewriteCond %{HTTP_HOST} !^www\..+$ [NC]
  RewriteCond %{HTTP_HOST} !=localhost [NC]
  RewriteCond %{HTTP_HOST} !=127.0.0.1
  RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


 mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
Copied URL: https://www.shashidharkumar.com/redirect-non-www-www-cakephp/

Featured Post

Surendra Sharma and LallanTop

एक ऐसा एपिसोड जो हर बच्चे, जवान और बूढ़े को देखना चाहिए कैसे सुरेंद्र शर्मा जी इतने लोकप्रिय और हाज़िरजवाब है और क्यों है। इस एपिसोड में आप कई...