zoukankan      html  css  js  c++  java
  • [PHP]怎样在SAE的CodeIgniter项目中隐藏掉index.php

    第一步:改动项目根文件夹的config.yaml文件。加入例如以下内容:

    handle:
    	- rewrite: if(!is_dir() && !is_file() && path~"/") goto "/index.php/%{QUERY_STRING}"

    第二步:将application/config/config.php中的$config['index_page']设置为'':

    $config['index_page'] = '';
    

    OK。搞定。


  • 相关阅读:
    CSS样式2
    页面布局
    CSS样式1
    HTML
    Document
    Document
    Document
    Document
    Document
    Document
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/7000075.html
Copyright © 2011-2022 走看看