虚拟主机配置示例(XAMPP上的Web应用程序)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟主机配置示例(XAMPP上的Web应用程序)相关的知识,希望对你有一定的参考价值。
<VirtualHost 127.0.0.1> ServerName weblication ServerAlias localhost AddType text/html .shtml AddHandler server-parsed .shtml AddHandler cgi-script .pl .cgi ServerAdmin [email protected] DocumentRoot "c:/xampp/htdocs/ep/de_contactsheet_weblication" ScriptAlias /cgi-bin/ "c:/xampp/htdocs/ep/de_contactsheet_weblication/cgi-bin/" <Directory "c:/xampp/htdocs/ep/de_contactsheet_weblication"> Options Indexes FollowSymLinks ExecCGI Options +Includes AllowOverride FileInfo AllowOverride None Order allow,deny Allow from all DirectoryIndex index.php index.shtml index.html index.htm </Directory> </VirtualHost>
以上是关于虚拟主机配置示例(XAMPP上的Web应用程序)的主要内容,如果未能解决你的问题,请参考以下文章