E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
autoindex
nginx开启目录浏览
使用nginx作为下载站点,开启目录浏览的功能 在/etc/nginx/sites-enabled/default中添加:
autoindex
·
2015-11-13 10:51
nginx
wamp目录索引图片不显示
在wampserver安装目录下 \bin\apache\Apache2.2.21\conf\extra\httpd-
autoindex
.conf Alias /icons/
·
2015-11-12 09:39
索引
Dede 列表文章 自增
在{dede:arclist/}这个标签中有个[field:global.
autoindex
/],是从0开始自增,如果我们想自定义一个数值,比如自定义从2开始。
·
2015-11-11 17:19
DEDE
dede列表标签递增数字生成
今天给人家调试程序,用到[field:global name=
autoindex
/ ] 调用指定频道.而频道前面需要加CSS代码,CSS代码正好是按序号排列的 忽然发现,是从0开始.
·
2015-11-11 09:49
DEDE
Nginx 403 error
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。3.
·
2015-11-09 13:59
nginx
dedecms文章列表加上序号效果
pubdate type='commend.' titlelen='26' row='10' channel=3} <li> [field:global runphp='yes' name=
autoindex
·
2015-11-08 11:29
dedecms
nginx “403 Forbidden” 错误的原因及解决办法
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问
·
2015-11-08 10:35
nginx
开放Nginx在文件夹列表功能
在location server 要么 http段增加
autoindex
on; 另外两个參数最好也加上去:
autoindex
_exact_size on; 显示出文件的确切大小。
·
2015-11-01 11:21
nginx
Nginx打开目录浏览功能(
autoindex
)
如需此功能,打开nginx.conf文件,在location server 或 http段中加入
autoindex
on;另外两个参数最好也加上去:
autoindex
_exact_size off
·
2015-10-31 13:44
nginx
Nginx打开目录列表功能
autoindex
on;
autoindex
_localtime on;
autoindex
_exact_size off; 外两个参数最好也加上去:
autoindex
_e
·
2015-10-31 11:01
nginx
DEDE调用文章列表时自增字段
autoindex
='8' typeid='2'} <li class="li[field:global.
autoindex
·
2015-10-31 09:42
index
nginx直接访问html的配置
listen 80;# index index.htmlindex.htm; server_name html.x.comhtml.y.net; location/rules{
autoindex
on
devin223
·
2015-10-30 18:07
nginx直接访问html
nginx直接访问html的配置
listen 80;# index index.htmlindex.htm; server_name html.x.comhtml.y.net; location/rules{
autoindex
on
devin223
·
2015-10-30 18:07
nginx直接访问html
开启Nginx的目录文件列表功能
ngx_http_
autoindex
_module 此模块用于自动生成目录列表,ngx_http_
autoindex
_module只在 ngx_http_index_module模块未找到索引文件时发出请求
·
2015-10-30 10:04
nginx
织梦总结(积累中)
[field:global name='
autoindex
' runphp='yes'] [/field:global] 这里的
autoindex
是从1开始的,一般在一个{dede。。}
·
2015-10-28 09:09
总结
Nginx显示目录下的内容、限速
html; limit_rate 100k; #限制用户的速率为100KB/s limit_rate_after 5m; #当用户下载5m内容时,开始限速
autoindex
无名521
·
2015-10-27 17:38
nginx
限速
显示目录下的内容
Nginx显示目录下的内容、限速
html; limit_rate 100k; #限制用户的速率为100KB/s limit_rate_after 5m; #当用户下载5m内容时,开始限速
autoindex
无名521
·
2015-10-27 17:38
nginx
限速
显示目录下的内容
Nginx显示目录下的内容、限速
root html; limit_rate 100k; #限制用户的速率为100KB/s limit_rate_after 5m; #当用户下载5m内容时,开始限速
autoindex
无名521
·
2015-10-27 17:38
Nginx
限速
显示目录下的内容
Linux服务部署
dedecms的arclist循环中判断第一个li添加css,否则不加
判断如果是第一个li,则添加固定的css,否则不加 写法如下: {dede:arclist row=4 flag='p'} <li [field:global name=
autoindex
·
2015-10-27 14:56
dedecms
织梦 搜索页列表序号
首先找到“include”文件夹下的arc.searchview.class.php文件 已修改后的方法,可以直接调用[field:globalname=
autoindex
/]/** *获得文档列表
onestopweb
·
2015-10-13 10:00
html
二次开发
织梦
onestopweb
nginx 配置目录列表 403错误
想要开启这个功能需要配置
autoindex
on,
autoindex
_localtimeon,
autoindex
_exact_sizeon,仅仅是加入三句话。
月上海棠
·
2015-09-22 11:00
DedeCms
autoindex
和itemindex使用介绍
autoindex
/itemindex可以使用@me+1;实现由指定数字开始,下面为大家详细介绍下具体的两者具体的用法,感兴趣的朋友可以参考下代码如下: 让dedecms
autoindex
,itemindex
玉屏风散
·
2015-09-20 15:00
织梦DedeCMS栏目列表常见序号的调用标签
我们在制作dedecms模板时,源代码中的[field:globalname=
autoindex
/]标签很好用可以调用数字序号,此标签最简单的用法就是按内容条数来获取数字序号,但有的时候发现使用该标签时无效比如频道页
菜鸟中战斗机
·
2015-08-21 22:00
dede中
autoindex
自动编号心得
dede中
autoindex
使用自动编号样例,可以根据要求从不同的数值开始: {dede:arclisttypeid='3'row='6'}
yaodaos
·
2015-08-10 09:00
Apache 关于icons, error两目录占用问题处理.
集成包肯定是有此问题的.wamp也有此问题, 表现出在于访问127.0.0.1/error/时,就会有一个403禁止提示.这就有问题了,假如你的项目中有此目录,那就麻烦了.为此我们可以将其改个名字,特殊性点.httpd-
autoindex
.conf
Tuesday
·
2015-07-24 09:00
apache
nginx服务器报403 forbidden错误的解决办法
修改nginx.config文件内容:location/{#roothtml;rootD:\java;indexindex.htmlindex.htm;#没有索引页时,罗列文件和子目录
autoindex
on
gavid0124
·
2015-07-23 17:35
服务器
yii nginx 隐藏 index.php
1nginx配置 location/{ index index.htmlindex.htmindex.php; #
autoindex
on;
书阳
·
2015-07-23 10:00
如何改变nginx显示静态目录文件的文件名长度
124400Ihaveanginxserversetupandeverythingisworkingfine.Ihaveavirtualserversetupwhichallowsdirectorylisting(
autoindex
on
hshl1214
·
2015-07-06 14:00
使用 NgxFancyIndex 代替nginx原有的
autoindex
模块美化文件显示
http://wiki.nginx.org/NginxNgxFancyIndex(RedirectedfromNginxNgxFancyIndex)Contents1Synopsis2Requirements3Building4ExampleEnable5Directives5.1fancyindex5.2fancyindex_css_href5.3fancyindex_exact_size5.4
hshl1214
·
2015-07-06 14:00
Nginx打开目录浏览功能(
autoindex
)
http://blog.licess.com/nginx-
autoindex
/Nginx默认是不允许列出整个目录的。
hshl1214
·
2015-07-06 14:00
nginx 显示文件目录
http://www.cnblogs.com/bluefrog/archive/2011/07/08/2100850.html在nginx.conf文件中的http里加入
autoindex
on;#显示目录
hshl1214
·
2015-07-05 19:00
Nginx打开目录浏览功能(
autoindex
)
如需此功能,打开nginx.conf文件或你要启用目录浏览虚拟主机的配置文件,在server或location段里添加上
autoindex
on;来启用目录流量,下面会分情况进行说明。
jin771998569
·
2015-07-02 19:43
nginx
autoindex
Nginx打开目录浏览功能(
autoindex
)
如需此功能,打开nginx.conf文件或你要启用目录浏览虚拟主机的配置文件,在server或location段里添加上
autoindex
on;来启用目录流量,下面会分情况进行说明。
jin771998569
·
2015-07-02 19:43
nginx
autoindex
Nginx
Nginx打开目录浏览功能(
autoindex
)
如需此功能,打开nginx.conf文件或你要启用目录浏览虚拟主机的配置文件,在server或location段里添加上
autoindex
on;来启用目录流量,下面会分情况进行说明。
jin771998569
·
2015-07-02 19:43
nginx
autoindex
MongoDB数据库更新和删除文档
jingdong")#无参数 {"ok":1} >showcollections jingdong system.indexes >db.createCollection("jingdong",{capped:1,
autoIndex
ID
djd1234567
·
2015-06-27 21:00
mongodb
数据库
数据
索引
nginx打开目录游览功能
#开启索引功能 location / {
autoindex
on;
autoindex
_exact_size off;
autoindex
_localtime
·
2015-06-09 10:00
nginx
Nginx服务器中403 forbidden的错误如何解决
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。3.用户访问只能被内网访问的文件
huang_he_87
·
2015-06-03 16:31
nginx
nginx自动索引主页模块
autoindex
模块可以实现列出当前目录信息 location/{ root html; index home.html; #不存在home.html文件# deny192.168.1.124;
autoindex
on
boy12626
·
2015-06-03 16:17
nginx
Nginx配置资源文件服务器
listen 9880; server_name resServer; root /home/file/path; #文件根目录路径
autoindex
zl1030
·
2015-06-03 15:44
server
服务器
资源
根目录
listen
nginx
autoindex
location/pic{ root/home/tusj/pic_store;
autoindex
on;
shengjuntu
·
2015-06-02 12:00
Linux-目录文件名显示乱码
访问自定义的网站,a.中文文件名乱码,b.由于目录名过长,被截断,后面就跟着乱码,1.修改页面默认语言编码 #2.修改目录文件名不要被截断 打开编辑/etc/httpd/conf.d/
autoindex
.conf
rcnet-qi
·
2015-06-01 13:00
apache
linux
目录
页面乱码
[Linux] Nginx networking 403 Forbidden 静态文件不允许查看
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。3.用户访问只能被内
·
2015-05-20 14:00
NetWork
Nginx服务器中403 forbidden的错误如何解决
2.访问禁止目录浏览的目录,例:设置
autoindex
off后访问目录。3.用户访问只能被内网访问的文件
huang_he_87
·
2015-05-08 17:41
nginx
Nginx怎么打开目录浏览功能(
autoindex
)【转载】
打开nginx.conf文件,在locationserver或http段中加入 代码如下复制代码
autoindex
on;另外两个参数最好也加上去: 代码如下复制代码
autoindex
_exact_sizeoff
Jerry-
·
2015-05-04 22:00
织梦自动计数增加:
autoindex
,itemindex
自动记数增加:
autoindex
,itemindex案例4:列表每3个记录换行栏目列表页如下图,每3条记录一行,共有N行:源代码简单示意:转成织梦标签代码类似如下: {dede:listpagesize
竹莫风
·
2015-04-18 17:00
autoindex
itemindex
织梦自动计数增加
让dedecms
autoindex
,itemindex 从0到1开始的办法! 多重样式输出(借鉴)
原网址:http://my.oschina.net/lyx2012/blog/55888 [field:global name=
autoindex
runphp="yes"
·
2015-04-15 10:00
dedecms
开启Nginx的目录文件列表功能
ngx_http_
autoindex
_module 此模块用于自动生成目录列表,ngx_http_
autoindex
_module只在ngx_http_index_module模块未找到索引文件时发出请求
spiders
·
2015-04-08 09:00
php模拟服务器实现
autoindex
效果的方法
本文实例讲述了php模拟服务器实现
autoindex
效果的方法。分享给大家供大家参考。具体实现方法如下:1.PHP代码如下:复制代码代码如下:pwdofpwdof">..
小��
·
2015-03-10 12:06
dedecms通用的ajax分页类
list pagesize=’2′ addfields=’miaoshu,mp3′ channelid=’18′} <li> <div>[field:global name=
autoindex
andyxrl
·
2015-01-29 22:00
dedecms
Apache虚拟主机配置
httpd.conf找到Includeconf/extra/httpd-vhosts.conf把#去掉使用文件生效#Fancydirectorylistings#Includeconf/extra/httpd-
autoindex
.conf
授哥
·
2015-01-15 09:36
apache
linux
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他