You are not logged in.
We're getting a 403 error trying to hit the following path:
http://localhost:8084/*/com.umbrella.ecommerce/ajax/store_types/booking/availability/?item_id=34&from=2020-08-01&to=2020-09-01
This same link works in production (But that's on a Linux machine):
http://zzzzzzz.com/*/com.umbrella.ecomm … 2020-09-01
This link works on a dev machine, so it's not just an issue with the *:
http://localhost:8084/admin/*/com.umbrella.ecommerce/ajax/admin/orders/list/
...but this is /admin/*/, not just /*/
We had a similar error with this path:
http://localhost:8080/extensions/com.umbrella.business-directory/css/master/master.css
...and removing MultiViews from the apache options fixed the error with the CSS file. (The folder being named master and the file being named master was creating an issue.)
We have the default HTACCESS and are in HTACCESS routing mode.
Offline
What type of environment is it failing on? You mention it works in production on Linux — are you running a development machine on Windows?
Offline
Yes, we have a Windows XAMP Dev machine.
Offline
Guess this is dead.
Offline