Home
last modified time | relevance | path

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

12

/plugin/farm/install/
Dfarmstructurecreator.php.bak79 // Create main htaccess if needed
81 … if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/farm.htaccess')) {
84 $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);
87 if($fp = fopen('.htaccess', 'w')) {
88 fwrite($fp, $htaccess);
96 // Create animals htaccess
97 if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/barn.htaccess')) {
100 $htaccess = str_replace('{farm}', trim($farm, '/'), $htaccess);
[all …]
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/
Dtab_setup_help.txt15 - 必要に応じて ''.htaccess'' ファイルに追加
24 ''.htaccess'' を変更することで //バン !// 機能を使って動物にアクセスできるようになります。(下記参照)
32 **.htaccess** 対応を有効にすることを推奨します。
33 この機能は、Apache の mod_rewrite と .htaccess 対応が必要です。
Dtab_new_help.txt8 .htaccess 方式の設定の場合、動物名は一つの単語でなければなりません。
14 * .htaccess 方式:''%%http://example.org/dokuwiki/!foo/%%'' にアクセス可能な動物用の ''foo''
/plugin/farmer/lang/fr/
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
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/
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 an…
Dtab_new_help.txt7 For .htaccess based setups this should be a single word. For domain based setups you should provide…
12 * .htaccess based: ''foo'' for an animal accessible at ''%%http://example.org/dokuwiki/!foo/%%''
/plugin/fckg/
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/
D.htaccess3 IndexIgnore .htaccess
/plugin/tokenbucketauth/
D.htaccess6 <Files (README|plugin.info.txt|.htaccess)>
/plugin/advanced/lang/en/config/
Dhtaccess.txt1 ==== .htaccess ====
/plugin/advanced/lang/fr/config/
Dhtaccess.txt1 ==== .htaccess ====
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dhtaccess.txt1 # replace the name of this file to .htaccess (if using apache),
/plugin/authsmartcard/
DREADME.md34 …o need to allow htaccess for the virtual directory that contains the plugin. Otherwise, integrate…
/plugin/ckgdoku/action/
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/
Dmeta.php549 $htaccess = $data_media . '.htaccess';
550 if(!file_exists($htaccess)) {
553 if(!copy($security, $htaccess)) {
554 msg($this->getLang("ws_cantcopy") . $htaccess);
/plugin/grensladawritezor/fckeditor/
Dhtaccess.txt31 # Just rename this file to ".htaccess" and leave it in the editor directory.
/plugin/ckgdoku/lang/de/
Dlang.php61 $lang['ws_copiedhtaccess'] = 'Für das winstyle Setup wurde das Security-aktivierte .htaccess na…
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/lasso/
Dconfig.lasso59 …m','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis'),
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/lasso/
Dconfig.lasso59 …m','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','lasso','lassoapp','htaccess','asis'),
/plugin/ckgedit/lang/ru/
Dlang.php63 …ss'] = 'Для winstyle установки, скопированные с включенной безопасностью .htaccess в data/media
/plugin/ckgedit/lang/de/
Dlang.php66 $lang['ws_copiedhtaccess'] = 'Für das winstyle Setup wurde das Security-aktivierte .htaccess na…
/plugin/latexport/
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/ckgedit/lang/fa/
Dlang.php60 $lang['ws_copiedhtaccess'] = 'برای نصب ویندوزمانند، فایل.htaccess فعال‌شده از نظر امنیت به dat…

12