Jump to content

how to remove https from blog [smart blog 2.0.1]


Recommended Posts

hello everyone,

i'm using smart blog 2.0.1 module for my blog. module setting show http://www.site.com/blog.  but url redirect on https://.

i want to remove https from blog.

i try to use .htaccess to remove it.but it's not work.

#RewriteCond %{REQUEST_URI} ^/blog
#RewriteRule ^ http://www.example.com%{REQUEST_URI} [R=301,L,QSA]

my BO

'Enable SSL' = 'yes'

' Enable SSL on all pages ' = 'no'

 

thank you.

Link to comment
Share on other sites

11 hours ago, hajusinuyo said:

hello everyone,

i'm using smart blog 2.0.1 module for my blog. module setting show http://www.site.com/blog.  but url redirect on https://.

i want to remove https from blog.

i try to use .htaccess to remove it.but it's not work.


#RewriteCond %{REQUEST_URI} ^/blog
#RewriteRule ^ http://www.example.com%{REQUEST_URI} [R=301,L,QSA]

my BO

'Enable SSL' = 'yes'

' Enable SSL on all pages ' = 'no'

 

thank you.

 

Maybe this problem related with smart blog. Module always set HTTPS in own URLs, because module incorrectly detect HTTPS

Contact with developer of the module, if its paid module

 

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...