我最近将我的网站从Dream ocean迁移到hostgator,但是某些链接和注册表单在http://www.smartynight.com/处停止工作 唯一有效的链接是http://www.smartynight.com/about 其他链接返回404响应,并且登录系统未发送表单数据。
我的.htaccess代码:
选项-MultiViews
RewriteEngine On
RewriteBase /
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
当我删除.htaccess文件中的代码时,在停止之前起作用的About链接。 向后粘贴代码可修复“关于”页面
所有页面均位于资源/视图/页面/ 路线指向该文件夹