<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — ssl installation]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5339&amp;type=atom" />
	<updated>2015-06-16T19:19:35Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5339</id>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=23688#p23688" />
			<content type="html"><![CDATA[<p>Hi Zubair,</p><p>Try this:</p><p>http://www.besthostratings.com/articles/force-ssl-htaccess.html</p><p><a href="https://web.archive.org/web/20160305225316/http://www.besthostratings.com/articles/force-ssl-htaccess.html">WebArchive</a></p><div class="quotebox"><blockquote><p>Sometimes you may need to make sure that the user is browsing your site over securte connection. An easy to way to always redirect the user to secure connection (https://) can be accomplished with a .htaccess file containing the following lines:</p><p>RewriteEngine On <br />RewriteCond %{SERVER_PORT} 80 <br />RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]</p><p>Please, note that the .htaccess should be located in the web site main folder.</p><p>In case you wish to force HTTPS for a particular folder you can use:</p><p>RewriteEngine On <br />RewriteCond %{SERVER_PORT} 80 <br />RewriteCond %{REQUEST_URI} somefolder <br />RewriteRule ^(.*)$ https://www.domain.com/somefolder/$1 [R,L]</p><p>The .htaccess file should be placed in the folder where you need to force HTTPS.</p></blockquote></div><p>Regards,</p><p>Peter</p>]]></content>
			<author>
				<name><![CDATA[toHZLjGk]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20413</uri>
			</author>
			<updated>2015-06-16T19:19:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=23688#p23688</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21583#p21583" />
			<content type="html"><![CDATA[<p>Adjust Apache conf files in all VPS/KVMs:<br />* For Wheezy/Squeeze and earlier - http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html<br />* For Jessie and later - http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html<br />* General - https://wiki.mozilla.org/Security/Server_Side_TLS</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-28T05:26:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21583#p21583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21581#p21581" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>You will need a separate virtual host config stanza for it in the apache conf file with it&#039;s own ssl keys.<br />Otherwise you will have to access your FA as a subfolder of the main url and not as a subdomain.</p></blockquote></div><p>please guide me how i config separate virtual host in my apache conf file in my hosting?</p>]]></content>
			<author>
				<name><![CDATA[zubair]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19833</uri>
			</author>
			<updated>2014-11-27T17:01:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21581#p21581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21580#p21580" />
			<content type="html"><![CDATA[<p>You will need a separate virtual host config stanza for it in the apache conf file with it&#039;s own ssl keys.<br />Otherwise you will have to access your FA as a subfolder of the main url and not as a subdomain.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-27T14:18:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21580#p21580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21578#p21578" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>That must be configured in your WebServer config like in apache conf file. It has nothing to do with FA.</p></blockquote></div><p>its already configured, i am using my ssl on my main website like example.com with wordpress without any problem but i made FA with subdomain like FA.example.com now when i try it with https its opening but whole program layout messed up but when i open it with http its opening correctly. please guide me how i can configure https on FA.example.com ?? i have wildcard ssl. how i can configure ssl somewhere in FA??</p><p>please guide somebody asap</p><p>thanks</p>]]></content>
			<author>
				<name><![CDATA[zubair]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19833</uri>
			</author>
			<updated>2014-11-27T12:05:26Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21578#p21578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21577#p21577" />
			<content type="html"><![CDATA[<p>ok, how i can configure my webserver in order to use ssl with FA??</p>]]></content>
			<author>
				<name><![CDATA[zubair]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19833</uri>
			</author>
			<updated>2014-11-27T11:48:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21577#p21577</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21570#p21570" />
			<content type="html"><![CDATA[<p>That must be configured in your WebServer config like in apache conf file. It has nothing to do with FA.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2014-11-27T04:58:29Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21570#p21570</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[ssl installation]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=21568#p21568" />
			<content type="html"><![CDATA[<p>Hi Friends</p><p>I am using front accounting on my web server, is there any way to confirgure ssl in front accounting?</p><p>please guide asap</p><p>thanks</p>]]></content>
			<author>
				<name><![CDATA[zubair]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19833</uri>
			</author>
			<updated>2014-11-27T04:29:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=21568#p21568</id>
		</entry>
</feed>
