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

测试插入代码,似乎是个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 直接修改代码增加小功能,很爽
测试问题哦。
微博和QQ登录功能 双双测试失败
网站话题老是提示assert被关闭的错误,我直接在代码里把调用到这个函数的地方删了,会不会有问题?
测试图片插入

推荐内容

怎么在文章中添加本地视频?
腾讯视频是不是不能插入使用
试一下问题及留言上传优酷视频
在问题中插入的视频只能支持优酷等来源的么?不能支持全网的么?
视频嵌入只能再网页版用吗?手机上无法查看?
请问:编辑器如何支持bilibili视频的播放,3.19版本的wecenter。
请教大神。。。wecenter播放器怎么集成优酷开放平台API呢?
视频可以只显示视频的缩略图,不显示播放器,可以修改吗?
插入视频,还未对移动端作页面适应呢
让WeCenter支持Vimeo视频插入