Teacher, why can't the controller I created be opened?
     戒  
     戒   2018-07-08 20:06:24
0
3
1623

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

     戒  
     戒  

reply all(2)
NULL

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

>>>End symbol

代码输入中...

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!