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
提交
取消