Enter http://www.tp5.cn/demo1 and it says the file cannot be found. No input file specified.
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
Report that this file does not exist, check whether your site configuration is successful
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
Report that this file does not exist, check whether your site configuration is successful