Search

Anyone have an example of how to do this ?

I want all the /symphony urls to be https and the font end site to be http

Everything I have tried has broken something.

Incase anyone is wondering this is what I found to work

# Force HTTPS for /symphony
RewriteCond %{HTTPS} !=on
RewriteCond %{THE_REQUEST} ^[A-Z]+s/symphony [NC]
RewriteRule ^(symphony) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L]

# Force HTTP for anything which isn't /symphony
RewriteCond %{HTTPS} =on
RewriteCond %{THE_REQUEST} !^[A-Z]+s/symphony [NC]
RewriteRule !^symphony http://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L]

OK so that code is stopping the filter entries plugin from showing up in the back end. the button appears when when you click it none of the filters appear. I am guessing the plugin is using hard coded http loading or something.

Edit: There are 3 extension files that are loaded in backend I guess they are being forced to use http in the https page that must be why

I haven't used that particular extension but I've not had any issues with https and any other extensions. (That I know about.)

I have to ask: why do you want non-Symphony admin data to be unencrypted and interceptable?

I want the backend to be https for adding private client info but the https is not needed on the front end.

The issue has been for the admin users when they click back to the front end it stays loading with https and scripts and such dont load properly. and we dont want google to see both for seo reasons.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details