search

Home  >  Q&A  >  body text

Teacher, why can’t the controller I created be opened?

Enter http://www.tp5.cn/demo1 and it says the file cannot be found. No input file specified.

     戒       戒  2336 days ago1678

reply all(3)I'll reply

  • NULL

    NULL2018-07-10 11:19:17

    Replace the content of the .htaccess file in the pulic directory with mine. Do not copy the start and end symbols.

    <<<Start symbol

    <IfModule mod_rewrite.c> ;
    Options +FollowSymlinks
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?/$1 [QSA ,PT,L]
    </IfModule>

    >>>End symbol

    reply
    0
  •      戒  

    Already done, thank you

         戒   · 2018-07-10 11:53:44
  • 代码输入中...

    代码输入中...2018-07-08 22:56:58

    Report that this file does not exist, check whether your site configuration is successful

    reply
    0
  •      戒  

    www.tp5.cn can access the homepage

         戒   · 2018-07-08 23:00:43
    代码输入中...

    Check if there is an index.php file in the demo1 directory

    代码输入中... · 2018-07-28 20:17:03
  • Cancelreply