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
#2
Posted 08 February 2013 - 05:07 PM
/* moved to General Discussion */
(not a tip, snippet or tutorial)
(not a tip, snippet or tutorial)
#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]
when i ask, if my question does not make sense, don't blame on me, coz i am new here to learn yii;
when i answer, if my answer does not make sense, don't blame on me, coz i am trying to answer to be answered;
ok, i'm covered to mess up and fooling around, yeehaw ...
when i answer, if my answer does not make sense, don't blame on me, coz i am trying to answer to be answered;
ok, i'm covered to mess up and fooling around, yeehaw ...
Share this topic:
Page 1 of 1

Help














