We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

SSL Support [Answered] | Forum

Topic location: Forum home » Support » General Questions
TimoViBritannia
TimoViBritannia Jan 10 '14
Hello,

does Oxwall supports SSL ? When I open my side on it looks like it has no sytle.css
The Forum post is edited by ross Jan 13 '14
Kieron H Leader
Kieron H Jan 11 '14
oxwall does support SSL i use SSL on mine to set up go to your cpanal and in file manager find /ow_includes/config.php edit the first line with instead of . then go to your .htaccess file for your domain and add 

RewriteCond %{HTTPS} !=on

RewriteRule ^(.*)$ https://yoursite.com/$1 [R=301,L] 


under the second line replacing yoursite.com with your domain and then it should work 

The Forum post is edited by Kieron H Jan 11 '14
Sammy
Sammy Jan 11 '14
Pls is .htaccess file under ow_includes/config.php or it htaccess on it own separate from ow_include/config.php. I don't know anything about it

Thanks

Sammy
Kieron H Leader
Kieron H Jan 11 '14
.htaccess is in the oxwall folder where you can go into other folders like ow_includes if you still can not find it please PM me 
The Forum post is edited by Kieron H Jan 11 '14
Kieron H Leader
Kieron H Jan 12 '14
has this issue been fixed Timo and Sammy 
Sammy
Sammy Jan 12 '14
I have not done that yet. I have not visited panel yet. I will visit it and if I have any isuues i will let you know. Thanks alot kieron
Robert
Robert Jun 23 '14
Kieran does the Facebook connect work for you in Ssl? When I try to run my site on Ssl, some features like fb connect do not work properly. Can you share the link to your site?
Unus
Unus Feb 27 '16
ok, I solved it. 


the ssl works, all you have to do is to switch the http to https in the config.php

not redirect is needed, that was a major disturbance for me and led me to wrong paths and a lot of headache. 


but you have to make sure you have this in your site.conf file site-ssl.conf file (apache2 ubuntu 14)


DirectoryIndex index.php index.html index.shtml index.htm default.html Default.htm default.html Default.html default.shtml Default.shtml page1.html index.pl index.cgi index.php3 index.phtml home.htm home.html home.shtml index.wml


Options FollowSymLinks
AllowOverride All


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all


ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

AllowOverride All
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all