如果目录存在q_login-qq_login.html文件就展示此文件如果不存在 则执行 index.php?/q_login-qq_login.html 

解决方案 »

  1.   


    q_login-qq_login.html存在,只是浏览器查看代码只有:<head>
    <meta property="qc:admins" content="147026777767647166375636" />
    <meta property="qc:admins" content="4716300527622221636375" />
    <meta property="qc:admins" content="471630043674556654" />
    </head>
    也不知道模板文件是哪个,找不到。THINKPHP的项目。
      

  2.   

    因为这个错误,害得我QQ快捷登录(QQ互联)申请一直审核不通过!
    模板中搜索不到*q*.html,除了login.html也搜索不到其它貌似与以上网址关联的QQ登录模板文件,
    但login.html又不是QQ登录模板文件,真是头疼!
      

  3.   

    這個是thinkphp的.htaccess rewriteRewriteCond %{REQUEST_FILENAME} !-d  不是目錄
    RewriteCond %{REQUEST_FILENAME} !-f   也不是文件
    RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] 重定向到index.php處理
      

  4.   

    嗯~我怎样才能找到模板文件,让 /q_login-qq_login.html 显示正确的内容呢?
      

  5.   

    现在可以转到QQ登录界面了,但是提示错误:redirect uri is illegal(100010)