|
|
加了网站配置文件12行
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php/$1 last;
}
}
成了
ERROR:
AH00526: Syntax error on line 12 of /www/server/panel/vhost/apache/game.58cc.pl.conf:
Invalid command 'location', perhaps misspelled or defined by a module not included in the server configuration
怎么办
有老司机教教我吗
我用的宝塔 |
|