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

测试插入代码,似乎是个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 人关注

相关问题

sae测试使用情况
编辑器什么时候可以支持插入html5audio音频?
BUG添加统计代码有错误
测试看看好玩不
有2.1版P3的代码高亮插件吗?找了几个都不能用呢!
魂牵梦萦发大水测试
我用WeCenter做了一个测试站,感觉这系统挺好!
为什么不能发代码?? 怎么修改才可以发代码??
上传图片的插入问题
怎么不能本地上传的插入图片呢?

推荐内容

提个建议,优酷视频挡住导航条了
为什么发布的视频以前能播放,现在播放不了呢?
添加的视频,在手机端无法播放
再次测试视频使用。
视频嵌入只能再网页版用吗?手机上无法查看?
手机可以发布视频吗
视频可以只显示视频的缩略图,不显示播放器,可以修改吗?
怎样才能让视频地址解析支持P2P地址,如百度影音,先锋,快播,的地址调用播放?
让WeCenter支持Vimeo视频插入
请教大神。。。wecenter播放器怎么集成优酷开放平台API呢?