<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikiold.home.tartarefr.eu/index.php?action=history&amp;feed=atom&amp;title=Services%2FWeb%2FStikked</id>
	<title>Services/Web/Stikked - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikiold.home.tartarefr.eu/index.php?action=history&amp;feed=atom&amp;title=Services%2FWeb%2FStikked"/>
	<link rel="alternate" type="text/html" href="https://wikiold.home.tartarefr.eu/index.php?title=Services/Web/Stikked&amp;action=history"/>
	<updated>2026-07-07T01:00:17Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wikiold.home.tartarefr.eu/index.php?title=Services/Web/Stikked&amp;diff=1013&amp;oldid=prev</id>
		<title>Didier : Page créée avec « = Installation = Téléchargement d&#039;une archive depuis https://github.com/claudehohl/Stikked  = Apache = Si l&#039;utilisation de fichier .htaccess est désactivé, il faut écrir... »</title>
		<link rel="alternate" type="text/html" href="https://wikiold.home.tartarefr.eu/index.php?title=Services/Web/Stikked&amp;diff=1013&amp;oldid=prev"/>
		<updated>2012-11-19T11:16:50Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « = Installation = Téléchargement d&amp;#039;une archive depuis https://github.com/claudehohl/Stikked  = Apache = Si l&amp;#039;utilisation de fichier .htaccess est désactivé, il faut écrir... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Installation =&lt;br /&gt;
Téléchargement d&amp;#039;une archive depuis https://github.com/claudehohl/Stikked&lt;br /&gt;
&lt;br /&gt;
= Apache =&lt;br /&gt;
Si l&amp;#039;utilisation de fichier .htaccess est désactivé, il faut écrire un petit fichier de configuration pour Apache&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;apache&amp;quot;&amp;gt;&lt;br /&gt;
# This is a sample configuration for a stikked instance located under&lt;br /&gt;
# /var/www/stikked and exposed as http://thishost/stikked.&lt;br /&gt;
&lt;br /&gt;
Alias /stikked /var/www/stikked/htdocs&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Directory &amp;quot;/var/www/stikked/htdocs&amp;quot;&amp;gt;&lt;br /&gt;
        Options Includes FollowSymLinks&lt;br /&gt;
        AllowOverride None&lt;br /&gt;
        Order Allow,Deny&lt;br /&gt;
        Allow from all&lt;br /&gt;
&lt;br /&gt;
        RewriteEngine on&lt;br /&gt;
        RewriteBase /stikked/&lt;br /&gt;
        RewriteCond $1 !^(index\.php|static|favicon\.ico)&lt;br /&gt;
        RewriteRule ^(.*)$ index.php?/$1 [QSA,L]&lt;br /&gt;
&lt;br /&gt;
        SetOutputFilter DEFLATE&lt;br /&gt;
        FileETag MTime Size&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;IfModule !mod_rewrite.c&amp;gt;&lt;br /&gt;
                ErrorDocument 404 /index.php&lt;br /&gt;
        &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        &amp;lt;IfModule mod_expires.c&amp;gt;&lt;br /&gt;
                ExpiresActive On&lt;br /&gt;
                ExpiresByType text/javascript &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType application/x-javascript &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType application/javascript &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType text/css &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType image/jpeg &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType image/jpg &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType image/gif &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType image/png &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
                ExpiresByType image/x-icon &amp;quot;access plus 1 year&amp;quot;&lt;br /&gt;
        &amp;lt;/IfModule&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        #AuthType Basic&lt;br /&gt;
        #AuthName &amp;quot;Backend&amp;quot;&lt;br /&gt;
        #AuthUserFile /path/to/.htpasswd #create one with htpasswd -c .htpasswd username&lt;br /&gt;
        #Require user username&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/Directory&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Didier</name></author>
	</entry>
</feed>