Home
last modified time | relevance | path

Searched refs:htaccess (Results 1 – 25 of 31) sorted by relevance

12

/plugin/farm/install/
H A Dfarmstructurecreator.php.bak84 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
85 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
86 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
88 fwrite($fp, $htaccess);
96 // Create animals htaccess
100 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
101 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
102 $htaccess = str_replace('{barn}', trim($farmconf['barn'], '/'), $htaccess);
104 fwrite($fp, $htaccess);
151 // Updates DokuWiki htaccess
[all …]
H A Dfarmstructurecreator.php143 if($htaccess = @file_get_contents($file)) { variable
146 …$htaccess = preg_replace('`RewriteBase\s+[a-zA-Z0-9/._-]+`', 'RewriteBase /'.trim($wr, '/'), $htac… variable
148 fwrite($fp, $htaccess);
/plugin/farmer/lang/ja/
H A Dtab_setup_help.txt15 - 必要に応じて ''.htaccess'' ファイルに追加
24 ''.htaccess'' を変更することで //バン !// 機能を使って動物にアクセスできるようになります。(下記参照)
32 **.htaccess** 対応を有効にすることを推奨します。
33 この機能は、Apache の mod_rewrite と .htaccess 対応が必要です。
H A Dtab_new_help.txt8 .htaccess 方式の設定の場合、動物名は一つの単語でなければなりません。
14 * .htaccess 方式:''%%http://example.org/dokuwiki/!foo/%%'' にアクセス可能な動物用の ''foo''
/plugin/farmer/lang/fr/
H A Dtab_setup_help.txt20 - facultativement, ajouter un fichier ''.htaccess''.
31 La modification du fichier ''.htaccess'' permet de rendre accessible les animaux via
41 Il est recommandé d'activer l'utilisation du fichier ''.htaccess''. Cette fonctionnalité
43 mod_rewrite et la prise en charge des fichiers .htaccess.
45 Lorsque vous activez le .htaccess, les animaux sont accessibles sous l'URL du
H A Dtab_new_help.txt7 Pour les fermes basées sur la réécriture par fichier .htaccess
17 * basé sur .htaccess : ''toto'' pour un animal accessible à ''%%http://example.org/dokuwiki/!toto/%%''
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt15 - optionally append to the ''.htaccess'' file
24 The ''.htaccess'' modification makes animals accessible through the //bang!// mechanism. (See below)
31 Enabling the **.htaccess** support is recommended. This feature requires Apache with mod_rewrite and .htaccess support.
H A Dtab_new_help.txt7 For .htaccess based setups this should be a single word. For domain based setups you should provide either a full qualified domain name.
12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
/plugin/fckg/
H A DREADME39 There are two versions of .htaccess files found in fckg/fckeditor/userfiles. One of these
40 is called .htaccess.security and allows direct http access only to image files, but not
41 to any others. The other is called .htaccess.open and allows access to any files in the
/plugin/indexmenu/images/repository/
H A D.htaccess3 IndexIgnore .htaccess
/plugin/tokenbucketauth/
H A D.htaccess6 <Files (README|plugin.info.txt|.htaccess)>
/plugin/advanced/lang/en/config/
H A Dhtaccess.txt1 ==== .htaccess ====
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt1 # replace the name of this file to .htaccess (if using apache),
/plugin/advanced/lang/fr/config/
H A Dhtaccess.txt1 ==== .htaccess ====
/plugin/authsmartcard/
H A DREADME.md34 …o need to allow htaccess for the virtual directory that contains the plugin. Otherwise, integrate…
/plugin/ckgdoku/action/
H A Dmeta.php514 $htaccess = $data_media . '.htaccess';
515 if(!file_exists($htaccess)) {
518 if(!copy($security, $htaccess)) {
519 msg($this->getLang("ws_cantcopy") . $htaccess);
/plugin/ckgedit/action/
H A Dmeta.php549 $htaccess = $data_media . '.htaccess';
550 if(!file_exists($htaccess)) {
553 if(!copy($security, $htaccess)) {
554 msg($this->getLang("ws_cantcopy") . $htaccess);
/plugin/ckgdoku/lang/de/
H A Dlang.php61 $lang['ws_copiedhtaccess'] = 'Für das winstyle Setup wurde das Security-aktivierte .htaccess na…
/plugin/ckgedit/lang/ru/
H A Dlang.php63 …ss'] = 'Для winstyle установки, скопированные с включенной безопасностью .htaccess в data/media
/plugin/ckgedit/lang/de/
H A Dlang.php66 $lang['ws_copiedhtaccess'] = 'Für das winstyle Setup wurde das Security-aktivierte .htaccess na…
/plugin/ckgedit/lang/es/
H A Dlang.php60 $lang['ws_copiedhtaccess'] = 'Para la configuración de Winstyle, copiado el .htaccess de seguri…
/plugin/ckgedit/lang/nl/
H A Dlang.php62 …s'] = 'Voor winstyle-instellingen: de beveiligingsinstellingen van .htaccess zijn naar data/me…
/plugin/latexport/
H A DREADME.md117 ## The ``.htaccess`` file
119 version, you probably need to add to the root dokuwiki folder the ``.htaccess``
129 ## make sure nobody gets the htaccess, README, COPYING or VERSION files
/plugin/findologicxmlexport/
H A DREADME.md36 …- **It is recommend to also include a `.htaccess` file, so strangers that know this link cannot ac…
/plugin/ckgedit/lang/fa/
H A Dlang.php60 $lang['ws_copiedhtaccess'] = 'برای نصب ویندوزمانند، فایل.htaccess فعال‌شده از نظر امنیت به dat…

12