rsunny2012
Chevereto Member
Hello,
My website is enabled with ssl cert using cloudflare. I have enabled redirect from http to https in cloudflare and added the below line under htaccess file
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://www.imageride.net/$1 [R=301,L]
I would like to redirect my website http://imageride.net or imageride.net to https://www.imageride.net
I have edited env file as below
'CHEVERETO_ENABLE_HTACCESS_CHECK' => '1',
or
'CHEVERETO_ENABLE_HTACCESS_CHECK' => 'true',
After performing the above steps also when i enter imageride.net, site is redirecting to https://imageride.net
www is not getting added in the url
what mistake i am doing here
if i add anything under htaccess file, nothing is showing up . how can i make values under htaccess work with chevereto script
My website is enabled with ssl cert using cloudflare. I have enabled redirect from http to https in cloudflare and added the below line under htaccess file
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ https://www.imageride.net/$1 [R=301,L]
I would like to redirect my website http://imageride.net or imageride.net to https://www.imageride.net
I have edited env file as below
'CHEVERETO_ENABLE_HTACCESS_CHECK' => '1',
or
'CHEVERETO_ENABLE_HTACCESS_CHECK' => 'true',
After performing the above steps also when i enter imageride.net, site is redirecting to https://imageride.net
www is not getting added in the url
what mistake i am doing here
if i add anything under htaccess file, nothing is showing up . how can i make values under htaccess work with chevereto script