虚拟主机配置示例(XAMPP上的Web应用程序)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟主机配置示例(XAMPP上的Web应用程序)相关的知识,希望对你有一定的参考价值。

  1. <VirtualHost 127.0.0.1>
  2. ServerName weblication
  3. ServerAlias localhost
  4. AddType text/html .shtml
  5. AddHandler server-parsed .shtml
  6. AddHandler cgi-script .pl .cgi
  7. ServerAdmin [email protected]
  8. DocumentRoot "c:/xampp/htdocs/ep/de_contactsheet_weblication"
  9. ScriptAlias /cgi-bin/ "c:/xampp/htdocs/ep/de_contactsheet_weblication/cgi-bin/"
  10. <Directory "c:/xampp/htdocs/ep/de_contactsheet_weblication">
  11. Options Indexes FollowSymLinks ExecCGI
  12. Options +Includes
  13. AllowOverride FileInfo
  14. AllowOverride None
  15. Order allow,deny
  16. Allow from all
  17. DirectoryIndex index.php index.shtml index.html index.htm
  18. </Directory>
  19. </VirtualHost>

以上是关于虚拟主机配置示例(XAMPP上的Web应用程序)的主要内容,如果未能解决你的问题,请参考以下文章

端口 8080 上的虚拟主机 XAMPP 无法正常工作

XAMPP 上的虚拟主机重定向到 /dashboard

使用 XAMPP 在 Linux Mint 中配置 LAMP 环境 - 安装 Memcache

使用xampp在本地环境配置虚拟域名

XAMPP在codeigniter上加载空白屏幕

配置xampp搭建简单的web服务器环境