<?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 - Cannot locate all.css and get 404 error for opml and update</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<p><a href="http://selebaran.com/jual-paket-diet-produk-herbalife-harga-murah/">selebaran.com/jual-paket-diet-produk-herbalife-harga-murah</a><br />
<a href="http://peredamakustik.com/">jual rockwool terbaru</a></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1162</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1162</guid>
<pubDate>Thu, 21 Jan 2016 09:18:54 +0000</pubDate>
<dc:creator>remakr</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<p>thanks, of course it should be <strong>Directory</strong> =) i don`t know why i was write Directive instead</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=121</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=121</guid>
<pubDate>Mon, 18 Mar 2013 13:05:02 +0000</pubDate>
<dc:creator>jeffliker</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<blockquote><p><strong>&lt;Directive <span style="color:#c00;">/PATH/TO/SELFOSS/DIR</span>&gt;</strong> section. </p>
</blockquote><p>Should be Directory rather than Directive, but for a translated message you did very well <img src="https://forum.selfoss.aditu.de/images/smilies/smile.png" alt=":-)" /> </p>
<p>You also need to make sure that the files are readable by the user running the web server (often apache or httpd, but varies widely), and that the directories noted in the install notes are writable by the same user.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=94</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=94</guid>
<pubDate>Sat, 16 Mar 2013 15:15:42 +0000</pubDate>
<dc:creator>steved</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<p>Hi, I have had the same problem, I understood what it was. Just did not work .htaccess file, it was ignored by apache, until I wrote a directive <strong>AllowOverride All</strong> into <strong>&lt;Directive <span style="color:#c00;">/PATH/TO/SELFOSS/DIR</span>&gt;</strong> section. Also, you must have <strong>AccessFileName .htaccess</strong> directive in your <strong>apache2.conf</strong> file (I use Ubuntu server, so you`ll need find analogy for your system).<br />
ps: sorry for my English, I checked this message with Google Translate and It looks as i wanted to write ;) <br />
FRWL, <span style="color:#ccc;">jef</span><span style="color:#009;">fli</span><span style="color:#f00;">ker</span></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=7</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=7</guid>
<pubDate>Thu, 14 Mar 2013 22:40:55 +0000</pubDate>
<dc:creator>jeffliker</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<p>The ultimate fix was provided on Github, where this issue was originally opened.  Turns out that Debian (and its derivatives) have a configuration which is too secure for selfoss to run by default.  Specifically, overrides are not allowed at all.  I adjusted my configuration to allow all overrides in that directory, and selfoss is now working.  My next step will be to determine exactly which overrides selfoss requires and document them for others in the future.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=6</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=6</guid>
<pubDate>Thu, 14 Mar 2013 21:46:12 +0000</pubDate>
<dc:creator>nosbig</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update (reply)</title>
<content:encoded><![CDATA[<p>This can only be a mod_rewrite issue. Post the corresponding snippet from your httpd.conf, location of your selfoss directory, a complete 404 line from your error_log and your changes to the .htaccess .</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=5</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=5</guid>
<pubDate>Thu, 14 Mar 2013 21:34:09 +0000</pubDate>
<dc:creator>krizzzle</dc:creator>
</item>
<item>
<title>Cannot locate all.css and get 404 error for opml and update</title>
<content:encoded><![CDATA[<p>I am installing selfoss in a subdirectory of my DocumentRoot (http://servername/selfoss/).</p>
<p>When trying to connect, I get the contents of the index page, but I get no styling on the page at all. I also see no link to login, add sources, or otherwise administer the system. My apache error.log shows that the server cannot find all.css in /var/www/selfoss/.</p>
<p>I am using Debian stable with Apache2 as the web server, and I am using SQLite as the database. I literally unzipped the 2.2 release archive, did a chown -R www-data:www-data selfoss/ to change the ownership to the user Apache is running as and trying to browse to the site.</p>
<p>I suspect it might have to do with a mod_rewrite configuration and/or the .htaccess file, but I can't pinpoint the specific issue.</p>
<p>I also downloaded the latest GIT version, and the same problem occurs.</p>
<p>If a forum or other community exists and this is not the appropriate place for this issue (likely on my end), please direct me to the community.</p>
<p>UPDATE (GitHub): I was asked if I had mod_rewrite enabled, and I do.  I tried each possible variation of the RewriteBase value with selfoss and one or more slashes (/).</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=3</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=3</guid>
<pubDate>Thu, 14 Mar 2013 19:46:07 +0000</pubDate>
<dc:creator>nosbig</dc:creator>
</item>
</channel>
</rss>
