|
本帖最后由 zc309268032 于 2018-10-11 10:17 编辑
C:\Users\Administrator\Desktop\a.jpg
该开启的也可开启了,也按文档这样配置了,还是没有反应啊
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
服务器重写也开启了,我域名直接定向到public这个目录的
|
|