imguoc
Results
2
issues of
imguoc
你好! 我已经开启 'enable_uri_match' => true 并且配置apache如下 RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^dev.api.net$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/phalapi/public/ RewriteRule ^(.*)$ /phalapi/public/$1 RewriteRule ^(/)?$ index.php [L] 报错如下:...