I am new Yii framework.
Trying to having url like https://example.com
while requesting with http://www.example.com
You can have this kind of example by requesting http://www.twitter.com
Please help me out.
Thanks
Page 1 of 1
Url Customization how to remove www from url
#3
Posted 08 February 2013 - 05:29 PM
if apache server, mod_rewrite is where to look at.
here is what i googled, in your .htaccess
here is what i googled, in your .htaccess
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
I enjoy the Yii.sy coding life here.
Share this topic:
Page 1 of 1