服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. apache 2.2 linux
  3. 在LinuxconfigurationApache Webserver – 我可以创build一个虚拟Index.html
Intereting Posts
sendmail – 确保发送了一封电子邮件 交换替代服务帐户凭证如何工作? 默认httpredirect时域名请求,与闪存dd-wrt路由器 托pipe国家的全球网站 多networking笔记本电脑的最佳实践 Arp攻击我的networking 使用KahaDB的ActiveMQconfiguration 什么硬件使得一个好的MongoDB服务器? 在哪里得到它? 系统日志严重性级别何时使用警报与严重 什么是启用“匿名身份validation”,并将其编辑给特定的用户 Set-AzureRmAutomationModule无法find自动化帐户 FTP 7.5通过IP地址进行限制 我可以使用nginx自定义身份validation吗? 我如何做一个不区分大小写的mod_rewriteredirect到相同的URL(国防部的情况下)? Supervisord和stdout / stderr

在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