.htaccess
来自「创建虚拟磁盘。用户可以创建磁盘」· HTACCESS 代码 · 共 20 行
HTACCESS
20 行
##
# Project: PHPDisk
# This is NOT a freeware, use is subject to license terms.
#
# Site: http://www.phpdisk.com
#
# $Id: .htaccess 219 2009-03-05 10:05:46Z along $
#
# Copyright (C) 2008-2009 phpdisk Team. All Rights Reserved.
#
##
# Disable listing of user files
DirectoryIndex index.php index.htm index.html
Options -Indexes
RewriteEngine On
RewriteRule ^/*(index|mydisk|viewfile|downfile|admincp|thumb)\.html/?$ $1.php
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?