服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. apache 2.2 linux
  3. 在LinuxconfigurationApache Webserver – 我可以创build一个虚拟Index.html
Intereting Posts
更改服务器,希望确保Googlemail不会closures 我如何允许访问一个实际上是RewriteRule匹配的apache目录? 用户帐户自动填写dead.letter文件 我应该如何处理所有的免费公羊? Amazon AWS EC2交易/事件日志? UAC在Active Directory环境中 Subversion镜像有问题。 可以退出镜像的最新修订,然后重新同步? nginx:根据原始请求URL(不是$ server_name)redirect到SSL 监测电脑的温度 在一个地方收集和读取所有Linux日志的工具 Windows 2003服务器计划的任务资源 什么程序发送哪个数据包到networking 在5448 powerconnect交换机上停止arp中毒 更改主机提供商 如何计算SLA可用性

在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