Hi,
I'm trying to write a redirect rule for SPA site which has a structure similar to the WKND SPA site. (/content/wknd-spa-react/us/en/home)
When I hit the domain (
http://wkndspa.local:8080), I need the PT rewrite rule to redirect to /content/wknd-spa-react/us/en/home. I've used the below rule.
RewriteRule ^/?$ /content/wknd-spa-react/us/en/home.html [PT,L]
But it's not working as
http://wkndspa.local:8080/.model.json is triggered and throwing some console errors.
How can I redirect the domain to a home landing page?