Installed PS 1.7.5.1 on nginx webserver. Some links withion the dashboard are hitting errors. I can get into categories but not products for instance.
Clicking on the products link, the link looks like ;
https://store.ameronchronicles.com/admin199jrmmtf/index.php/sell/catalog/products?_token={token}
This gives me a 404 not found error
Clicking on the categories link, the link looks like;
https://store.ameronchronicles.com/admin199jrmmtf/index.php?controller=AdminCategories&token={token}
and this works. I am able to see the categories, add, change and delete them.
The Stocks link is similar to the products link and I get the same error
All other links below categories looks like the categories link and can be accessed.
Furthermore, I cannot get to the store front as I get a ERR_TOO_MANY_REDIRECTS
Again this is a fresh first time install with nothing changed.
Any help would be greatly appreciated