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

Post Reply
brid.surapol
Posts: 155
Joined: 11 Apr 2013, 11:43

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

Post by brid.surapol »

แก้ไข ###.conf ใน /etc/apache2/sites-available/

Code: Select all

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

Return to “การใช้งาน Linux”