Page 1 of 1

SPA Apache2 Config วิธี reroute all routes ไปยัง index.html

Posted: 13 Jul 2024, 08:16
by brid.surapol
แก้ไข ###.conf ใน /etc/apache2/sites-available/

Code: Select all

	RewriteEngine On
	RewriteCond %{REQUEST_FILENAME} -f [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^ – [L]