Search

Gi, is it possibl;e to set up a ssl page withing Symphony? It’s not exactly my area of expertise, so I’m wondering what the basi steps would be to achieve this.

Thanks

I use the following .htaccess rules just after RewriteBase /

# Force host www.domain.tld 
RewriteCond %{SERVER_NAME} !=www.domain.tld
RewriteRule ^(.*)$ https://www.domain.tld/$1 [R,L]

### Force HTTPS
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.domain.tld/$1 [R,L]

Remove the www part if you prefer it.

Thanks Klaftertief, I’m going to check it out!

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