Linux中为php配置伪静态(2)


 VirtualHost *:80 
    DocumentRoot  /website/webA 
    ErrorLog  logs/webA.com-error_log 
    CustomLog  logs/webA.com-access_log  common
 Directory  /website/webA  
    AllowOverride All
 /Directory 
 /VirtualHost 

四、把对站点的重写规则保存到站点根目录下,文件名为“.htaccess”

五、重启apache即可   

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/2af7cd5b5a638e2151c6657f7da23677.html