Benutzer-Werkzeuge

Webseiten-Werkzeuge


software_handreichungen:dokuwiki

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software_handreichungen:dokuwiki [2018/08/31 00:51] – [Aktivierte Plugins] andreassoftware_handreichungen:dokuwiki [2018/09/30 16:17] (aktuell) – [MIME Konfiguration] andreas
Zeile 4: Zeile 4:
  
 ===== Meine Einstellungen ===== ===== Meine Einstellungen =====
 +
 +====  Konfiguration ====
 +<file php conf/local.php>
 +<?php
 +/*
 + * Dokuwiki's Main Configuration File - Local Settings
 + * Auto-generated by config plugin
 + * Run for user: andreas
 + * Date: Fri, 31 Aug 2018 00:48:12 +0200
 + */
 +
 +$conf['title'] = 'Andreas\' Wiki';
 +$conf['lang'] = 'de';
 +$conf['license'] = 'cc-by';
 +$conf['useheading'] = '1';
 +$conf['sneaky_index'] = 1;
 +$conf['useacl'] = 1;
 +$conf['passcrypt'] = 'bcrypt';
 +$conf['superuser'] = '@admin';
 +$conf['disableactions'] = 'register';
 +$conf['htmlok'] = 1;
 +$conf['userewrite'] = '1';
 +$conf['useslash'] = 1;
 +$conf['plugin']['indexmenu']['skip_file'] = '/sidebar$/';
 +
 +// end auto-generated content
 +</file>
  
 ==== Aktivierte Plugins ==== ==== Aktivierte Plugins ====
Zeile 31: Zeile 58:
     * URL rewriting -> .htaccess     * URL rewriting -> .htaccess
     * Schrägstrich (/) als Namensraumtrenner in URLs verwenden -> aktivieren     * Schrägstrich (/) als Namensraumtrenner in URLs verwenden -> aktivieren
-  - .htaccess Datei erstellen mit folgendem Inhalt:<code apache .htaccess>## Enable this to restrict editing to logged in users only +  - .htaccess Datei erstellen mit folgendem Inhalt:<code apache .htaccess>## You should disable Indexes and MultiViews either here or in the
- +
-## You should disable Indexes and MultiViews either here or in the+
 ## global config. Symlinks maybe needed for URL rewriting. ## global config. Symlinks maybe needed for URL rewriting.
-#Options -Indexes -MultiViews +FollowSymLinks+Options -Indexes -MultiViews +FollowSymLinks
  
 ## make sure nobody gets the htaccess, README, COPYING or VERSION files ## make sure nobody gets the htaccess, README, COPYING or VERSION files
Zeile 89: Zeile 114:
 spk    !application/zip spk    !application/zip
 cfg    !text/plain cfg    !text/plain
 +reg    !text/plain
 </code> </code>
 +
   - Dateien hochladen:   - Dateien hochladen:
-    * lib/images/fileicons: {{:software_handreichungen:cfg.png?nolink|}} {{:software_handreichungen:spk.png?nolink|}} +    * lib/images/fileicons: {{:software_handreichungen:cfg.png?nolink|}} {{:software_handreichungen:spk.png?nolink|}} {{:software_handreichungen:reg.png?nolink|}} 
-    * lib/images/fileicons/32x32 ("32x32_" aus Dateinamen entfernen!): {{:software_handreichungen:32x32_cfg.png?nolink|}} {{:software_handreichungen:32x32_spk.png?nolink|}}+    * lib/images/fileicons/32x32 ("32x32_" aus Dateinamen entfernen!): {{:software_handreichungen:32x32_cfg.png?nolink|}} {{:software_handreichungen:32x32_spk.png?nolink|}} {{:software_handreichungen:32x32_reg.png?nolink|}}
   - Admin -> Konfiguration einmal speichern um die neuen Bilder zu initialisieren.   - Admin -> Konfiguration einmal speichern um die neuen Bilder zu initialisieren.
  
software_handreichungen/dokuwiki.1535669484.txt.gz · Zuletzt geändert: 2018/08/31 00:51 von andreas