<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Access via HTTPS shows no stylesheet or images</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Access via HTTPS shows no stylesheet or images (reply)</title>
<content:encoded><![CDATA[<p>Hi all,</p>
<p>I had the same issue, but the AllowOverride All wasn't enough to solve the problem: the web page produced by index.php was presented (which is ok), but with no images nor style.</p>
<p>The problem was an error 404 on:<br />
<a href="https://server/selfoss/all.js">https://server/selfoss/all.js</a> <br />
<a href="https://server/selfoss/all.css">https://server/selfoss/all.css</a><br />
and all the files in /var/www/selfoss/public</p>
<p>If this information can help someone, let me explain how I solved my issue:</p>
<p>1/ I made up a selfoss Directory for Selfoss in my Apache conf:</p>
<p>   Alias /selfoss &quot;/var/www/selfoss&quot;<br />
   &lt;Directory &quot;/var/www/selfoss&quot;&gt;<br />
     Options FollowSymLinks<br />
     Order Allow,Deny<br />
     Allow From All<br />
     AllowOverride All<br />
   &lt;/Directory&gt;</p>
<p>2/ I copied the content of /var/www/selfoss/.htaccess in this Directory tag.</p>
<p>3/ I commented out the line:<br />
  RewriteBase /selfoss</p>
<p>4/ I deleted the /var/www/selfoss/.htaccess file</p>
<p>5/ Restart Apache, clean caches, access Selfoss and enjoy.</p>
<p>I guess that the &quot;AllowOverride All&quot; line is no more necessary, and maybe that a more obvious and cleaner solution exists, but that's my 2 cents for today.</p>
<p>Jean-Claude.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=179</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=179</guid>
<pubDate>Wed, 20 Mar 2013 14:47:38 +0000</pubDate>
<dc:creator>jcdus</dc:creator>
</item>
<item>
<title>Access via HTTPS shows no stylesheet or images (reply)</title>
<content:encoded><![CDATA[<p>Fixed! It was the AllowOverride None, changed to AllowOverride All. Solved!</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=164</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=164</guid>
<pubDate>Tue, 19 Mar 2013 23:02:26 +0000</pubDate>
<dc:creator>nLinked</dc:creator>
</item>
<item>
<title>Access via HTTPS shows no stylesheet or images (reply)</title>
<content:encoded><![CDATA[<p>No joy <img src="https://forum.selfoss.aditu.de/images/smilies/frown.png" alt=":-(" /></p>
<p>I checked /etc/apache2/sites-available/default-ssl and it already has &quot;sslengine on&quot; enabled.</p>
<p>Where could I be going wrong? I looked at <a href="http://www.debian-administration.org/articles/349">this</a> and I'm not sure where the virtual hosts file is. There is an example of virtualhost settings at the bottom of that page, but which file do I put that in?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=163</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=163</guid>
<pubDate>Tue, 19 Mar 2013 22:35:20 +0000</pubDate>
<dc:creator>nLinked</dc:creator>
</item>
<item>
<title>Access via HTTPS shows no stylesheet or images (reply)</title>
<content:encoded><![CDATA[<p>It is working for me. Maybe you forget to include &quot;SSLEngine on&quot; on the apache configuration?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=152</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=152</guid>
<pubDate>Tue, 19 Mar 2013 12:36:25 +0000</pubDate>
<dc:creator>davideg</dc:creator>
</item>
<item>
<title>Access via HTTPS shows no stylesheet or images</title>
<content:encoded><![CDATA[<p>Got selfoss installed on Ubuntu Server 12.04.<br />
Works great via <a href="http://server/selfoss.">http://server/selfoss.</a><br />
Also works great via <a href="http://mydomain.com/selfoss">http://mydomain.com/selfoss</a> (from outside, over the Internet).</p>
<p>But I want to access it via HTTPS so I can connect from over the Internet from another location securely. When I do this (https://mydomain.com/selfoss), the page loads but only in plaintext. CSS stylesheets and images are missing.</p>
<p>Is there a way to make it work via HTTPS?</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=149</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=149</guid>
<pubDate>Tue, 19 Mar 2013 10:45:39 +0000</pubDate>
<dc:creator>nLinked</dc:creator>
</item>
</channel>
</rss>
