服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. apache 2.2 linux
  3. 在LinuxconfigurationApache Webserver – 我可以创build一个虚拟Index.html
Intereting Posts
一个SSH密钥文件为多台机器,而不是配对单机? 如何在链接下使用tcpdump接口 如何在ESXi中复制locking的交换文件? SQL2005卡在单一模式的用户 我需要2个RAIDarrays在Equallogic单元中使用两个控制器吗? 亚马逊SES:了解发送率 DocumentRoot目录Apache httpd Lighttpd停止写入access.log WebDAV错误地打开PHP文件 重写模块适合代理来自nginx的不同expressjs路由吗? 我怎样才能跟踪成长目录? Virtualbox桥接适配器不起作用 IM在一个孤立的networking? 负担得起的iSCSI SANbuild议 如果粘贴表已满,Haproxy可否认IP请求?

在LinuxconfigurationApache Webserver – 我可以创build一个虚拟Index.html

我在Linux上的Apache web服务器下有一些目录。 我需要在每个目录中的文件 – index.html。 我可以保留一个主index.html文件在一个特定的位置,并告诉Apache使用这只是因为没有真正的index.html文件中的一个子目录?

  • RewriteRule在htaccess子目录中
  • 在.htaccess问题中阻止IP范围
  • 为什么我在Windows 7上启用Apache的HTTPS后出现“加载页面时出现问题”?
  • 如何在不重新启动dns服务器的情况下dynamic编辑dns条目
  • Apache – 用apxs构build扩展

尝试这样的事情(你需要启用Mod_rewrite)

RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/user_dir/index.html !-f RewriteRule (.*) /master_dir/index.html [L] 
  • 在tomcat的一个webapp上托pipe多个站点
  • 组和符号链接,这是安全的吗?
  • Apache + Plesk的虚拟主机问题:.htaccess忽略!
  • Apache + PHP问题:无法列出除Apache之外的进程
  • 通过自定义ServerName在局域网上提供Apache服务器
  • apache基准testing有多准确?
  • 允许Ubuntu中的Apache访问NTFS硬盘中的文件
  • 监视CentOS上的内存使用情况,并以特定的用法重新启动Apache
  • 我如何configurationApache来caching它正在服务的图像? 现在它是给头看起来像:“max-age = 0”
  • 使用htaccess文件configurationApache以去除不需要的响应头

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy