Error 404 not found jika mengakses website reactjs seperti http://domain.com/sub-url – Forum – Mas AL Forum

BLOG IT SYSADMIN

Daftar akun digitalocean untuk mendapatkan free credit 100$.
DigitalOcean Referral Badge
Error 404 not found...
 
Notifications
Clear all

Error 404 not found jika mengakses website reactjs seperti

1 Post
1 Pengguna
0 Reactions
97 Dilihat
Post: 21
Admin
Topic starter
(@alvian)
Trusted Member
Joined: 4 tahun lalu

Jika kamu menggunakan apache2 sebagai web servicenya maka kamu perlu menambahkan file .htaccess didalam folder buildnya

cd /path/path-to-directory-react-app/path-to-document-root/build

nano .htaccess

options -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]

save (ctrl+x, y, enter)

Share: