我的前端代码在 React Js 和 Bootstrap 中。刷新页面时home路由正常,其他路由不正常。我在“Cpanel”上托管我的网站,托管后出现此错误。错误没有发生在我的本地,在本地机器上所有路由都正常工作。请给出解决方案。
enter code here
重写引擎开启
重写基础 /
重写规则 ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
重写规则。 /arp1/index.html [L]
这是我的 .htaccess 文件。