StudentCMS
StudentCMS copied to clipboard
我这安装好后404怎么办
Not Found The requested URL /login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
我这安装好后404怎么办 安装环境: phpstudypro 8.1.1.3 apache2.4.39 mysql5.7.26 php7.3.4
.htaccess文件设置的如下:
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] </IfModule>
Apache访问目录是设置的public目录么
---原始邮件--- 发件人: @.> 发送时间: 2023年3月27日(周一) 上午9:56 收件人: @.>; 抄送: @.***>; 主题: [974988176/StudentCMS] 我这安装好后404怎么办 (Issue #2)
Not Found The requested URL /login was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
我这安装好后404怎么办 安装环境: phpstudypro 8.1.1.3 apache2.4.39 mysql5.7.26 php7.3.4
.htaccess文件设置的如下: Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>