标签:异常 csharp code dex $1 div engine 操作 ajax
这个时候要重写url规则
在根目录的.htaccess文件下添加如下代码
<IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] </IfModule>
打开apache配置
将重写模块打开 重启web服务器 ,ctrl+f5刷新页面 问题就解决了
标签:异常 csharp code dex $1 div engine 操作 ajax
原文地址:https://www.cnblogs.com/xieling2100-fei/p/13820166.html