2 回答
 
                    
                    
                            RISEBY
                            
                                
                            
                        
                        
                                                
                    TA贡献1856条经验 获得超5个赞
直接删除,如果要修改文件名称到配置文件xxx.conf中修改路径。
| 12345678910111213141516 | DocumentRoot /alidata/www/phpwind        ServerName localhost        ServerAlias localhost                   Options -Indexes FollowSymLinks            AllowOverride all            Order allow,deny            Allow from all                              RewriteEngine On                RewriteRule ^(.*)-htm-(.*)$ $1.php?$2                RewriteRule ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2               ErrorLog "/alidata/log/httpd/phpwind-error.log"        CustomLog "/alidata/log/httpd/access/phpwind.log"common | 
上面的phpwind就是文件名。
添加回答
举报
0/150
	提交
		取消
	
