I built a php single page app with extensive routing.
On the page "https://somesite.com", there are public links such as "https://somesite.com/page-01/". (I have about 30 links to other pseudo "directories")
Clicking on this public link needs to return to the same page with the directory string intact as the string is parsed to run the correct route.
Right now, clicking on a link throws a 404.
I've tried all kinds of ways using rewrite without success, both with htaccess and static context inside the VH. Including using "FallbackResource /index.php"
I have no problem getting this to work in nginx, but can't seem to make it work in OLS.
Note that I have physical directories for /admin/ and pages contained therein that work fine.
On the page "https://somesite.com", there are public links such as "https://somesite.com/page-01/". (I have about 30 links to other pseudo "directories")
Clicking on this public link needs to return to the same page with the directory string intact as the string is parsed to run the correct route.
Right now, clicking on a link throws a 404.
I've tried all kinds of ways using rewrite without success, both with htaccess and static context inside the VH. Including using "FallbackResource /index.php"
I have no problem getting this to work in nginx, but can't seem to make it work in OLS.
Note that I have physical directories for /admin/ and pages contained therein that work fine.