第三方账号快速登录
(1)apache使用.htaccess重写去掉index.php方法://保护系统路径的写法,在RewriteCond规则中写入开放的路径 RewriteEngineOn RewriteCond$1!^(index\.php|sitemap\.xml|robots\.txt|assets) RewriteRule^(.*)$/index.php/$1//不保护系统路