该问题已被锁定!
4
关注
2479
浏览

测试插入代码,似乎是个bug

AI智能回复搜索中,请稍后...

查看全部 3 个回答

大圣SoLo 初级会员 用户来自于: 浙江省宁波市慈溪市
2014-10-14 09:02
[size=16] Enable this to restrict editing to logged in users only[/size]

[size=16] You should disable Indexes and MultiViews either here or in the[/size]
[size=16] global config. Symlinks maybe needed for URL rewriting.[/size]
#Options -Indexes -MultiViews +FollowSymLinks

[size=16] make sure nobody gets the htaccess, README, COPYING or VERSION files[/size]
[\._]ht|README$|VERSION$|COPYING$)">
    Order allow,deny
    Deny from all



deny from all

DirectoryIndex 首页 index.php index.asp index.jsp
order deny,allow

[size=16] Uncomment these rules if you want to have nice URLs using[/size]
[size=16] $conf['userewrite'] = 1 - not needed for rewrite mode 2[/size]
RewriteEngine on

RewriteRule ^_media/(.*)              lib/exe/fetch.php?media=$1  [QSA,L]
RewriteRule ^_detail/(.*)             lib/exe/detail.php?media=$1  [QSA,L]
RewriteRule ^_export/([^/]+)/(.*)     doku.php?do=export_$1&id=$2  [QSA,L]
RewriteRule ^$                        doku.php  [L]
RewriteCond %{REQUEST_FILENAME}       !-f
RewriteCond %{REQUEST_FILENAME}       !-d
RewriteRule (.*)                      doku.php?id=$1  [QSA,L]
RewriteRule ^index.php$               doku.php
#
[size=16] Not all installations will require the following line.  If you do,[/size]
[size=16] change "/dokuwiki" to the path to your dokuwiki directory relative[/size]
[size=16] to your document root.[/size]
RewriteBase /
#
[size=16] If you enable DokuWikis XML-RPC interface, you should consider to[/size]
[size=16] restrict access to it over HTTPS only! Uncomment the following two[/size]
[size=16] rules if your server setup allows HTTPS.[/size]
#RewriteCond %{HTTPS} !=on
#RewriteRule ^lib/exe/xmlrpc.php$      https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]

关于作者

问题动态

发布时间
2014-10-13 12:31
更新时间
2014-10-14 09:02
关注人数
4 人关注

相关问题

WECENTER里网站统计代码怎么用?求指点
话题topic和标签tag的概念,似乎有些混淆了
代码高亮问题
求个301代码
麻烦问一下,wecenter测试邮件时,为何显示了很长一串其它字符,而没有直接显示发送邮件的邮箱?
手机版问题内容页模版,“发起人”(头像/名字/空间链接)代码怎么写?
编辑器测试下
分析:WeCenter 的搜索代码是否不合理
现在可以自动增加话题了?测试一下,话题
测试微信回复

推荐内容

视频可以只显示视频的缩略图,不显示播放器,可以修改吗?
发布的视频在手机上看,不能播放
求教如何才能支持B站视频?
让WeCenter支持Vimeo视频插入
手机可以发布视频吗
什么时间能支持腾讯视频插入
怎么让手机能播放视频呢,还有缺少音乐播放器
试一下问题及留言上传优酷视频
如何让wecenter支持解析更多的视频?
插入视频,如果试视频窗口变大些,现在是480*400,如果变成640*480?怎样实现全屏播放?