<?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 - Running update.php via CRON</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Running update.php via CRON (reply)</title>
<content:encoded><![CDATA[<p>Hi,</p>
<p>try to change this:</p>
<p>#RewriteBase /selfoss</p>
<p>into</p>
<p>RewriteBase /rss</p>
<p>Greets<br />
Mario</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=462</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=462</guid>
<pubDate>Tue, 21 May 2013 19:44:19 +0000</pubDate>
<dc:creator>tuxian</dc:creator>
</item>
<item>
<title>Running update.php via CRON (reply)</title>
<content:encoded><![CDATA[<blockquote><p>You need to check your .htaccess file.</p>
</blockquote><p>Not to be a jerk or anything. But that does not help me in any way.</p>
<p>Maybe you can give me an example of what I'm looking for or what I can add?<br />
Here is the content of my .htaccess file:</p>
<p>#AddHandler php53-cgi .php</p>
<p># Enable rewrite engine and route requests to framework<br />
RewriteEngine On<br />
#RewriteBase /selfoss</p>
<p># Index page but don't list on search engines<br />
Header set X-Robots-Tag &quot;noindex, nofollow&quot;</p>
<p># rule for favicons<br />
RewriteRule !data/favicons/(.*)$ - [C]<br />
RewriteRule favicons/(.*)$ data/favicons/$1 [L]</p>
<p># rule for thumbnails<br />
RewriteRule !data/thumbnails/(.*)$ - [C]<br />
RewriteRule thumbnails/(.*)$ data/thumbnails/$1 [L]</p>
<p># rule for front controller<br />
RewriteCond %{QUERY_STRING} ^(.*)$<br />
RewriteRule !.(js|ico|gif|jpg|png|css|asc|txt|eot|woff|ttf|ttf|svg)$ index.php?%1</p>
<p># rule for files<br />
RewriteRule !favicons/ - [C]<br />
RewriteRule !thumbnails - [C]<br />
RewriteRule !public - [C]<br />
RewriteRule !index.php - [C]<br />
RewriteRule (.*) public/$1 [L]</p>
<p># deny requests for config files<br />
&lt;FilesMatch &quot;.(ini)$&quot;&gt;<br />
    Order allow,deny<br />
    Deny from all<br />
&lt;/FilesMatch&gt;</p>
<p># Disable ETags<br />
&lt;IfModule mod_headers.c&gt;<br />
    Header Unset ETag<br />
    FileETag none<br />
&lt;/IfModule&gt;</p>
<p># Default expires header if none specified (stay in browser cache for 7 days)<br />
&lt;IfModule mod_expires.c&gt;<br />
    ExpiresActive On<br />
    ExpiresDefault A604800</p>
<p>    ExpiresByType application/javascript &quot;access plus 2 hours&quot;<br />
    ExpiresByType application/x-javascript &quot;access plus 2 hours&quot;<br />
    ExpiresByType text/javascript &quot;access plus 2 hours&quot;<br />
    ExpiresByType text/x-javascript &quot;access plus 2 hours&quot;<br />
    ExpiresByType text/css &quot;access plus 2 hours&quot;<br />
    ExpiresByType image/gif &quot;access plus 2 hours&quot;<br />
    ExpiresByType image/jpg &quot;access plus 2 hours&quot;<br />
    ExpiresByType image/png &quot;access plus 2 hours&quot;<br />
    ExpiresByType image/x-icon &quot;access plus 2 hours&quot;<br />
&lt;/IfModule&gt;</p>
<p># set compression<br />
&lt;IfModule mod_header.c&gt;<br />
    &lt;IfModule mod_deflate.c&gt;<br />
        # Insert filter<br />
        SetOutputFilter DEFLATE</p>
<p>        # Netscape 4.x has some problems...<br />
        BrowserMatch ^Mozilla/4 gzip-only-text/html</p>
<p>        # Netscape 4.06-4.08 have some more problems<br />
        BrowserMatch ^Mozilla/4\.0[678] no-gzip</p>
<p>        # MSIE masquerades as Netscape, but it is fine<br />
        # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html</p>
<p>        # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48<br />
        # the above regex won't work. You can use the following<br />
        # workaround to get the desired effect:<br />
        BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html</p>
<p>        # Don't compress images<br />
        SetEnvIfNoCase Request_URI \<br />
        \.(?:gif|jpe?g|png)$ no-gzip dont-vary</p>
<p>        # Make sure proxies don't deliver the wrong content<br />
        Header append Vary User-Agent env=!dont-vary<br />
    &lt;/IfModule&gt;<br />
&lt;/IfModule&gt;</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=456</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=456</guid>
<pubDate>Tue, 21 May 2013 01:29:35 +0000</pubDate>
<dc:creator>matt_sawyers</dc:creator>
</item>
<item>
<title>Running update.php via CRON (reply)</title>
<content:encoded><![CDATA[<p>You need to check your .htaccess file.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=441</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=441</guid>
<pubDate>Fri, 17 May 2013 08:09:56 +0000</pubDate>
<dc:creator>kiwii</dc:creator>
</item>
<item>
<title>Running update.php via CRON</title>
<content:encoded><![CDATA[<p>I have set a username &amp; password on <a href="http://wxrf.us/rss/update">my installation</a> of selfoss &amp; I use setcronjob.com to run the cron jobs. However, it receives the error &quot;unallowed access&quot;. That's when I realized that I you have to login before updating (which i think is a bit of a round-about way of doing things.) Is there someway I can get this to work? <br />
Thanks in advance for the help. <img src="https://forum.selfoss.aditu.de/images/smilies/smile.png" alt=":-)" /></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=439</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=439</guid>
<pubDate>Thu, 16 May 2013 23:57:17 +0000</pubDate>
<dc:creator>matt_sawyers</dc:creator>
</item>
</channel>
</rss>
