sgt_spike Posted March 4, 2019 Share Posted March 4, 2019 (edited) 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 Edited March 4, 2019 by sgt_spike (see edit history) Link to comment Share on other sites More sharing options...
ksaan Posted March 4, 2019 Share Posted March 4, 2019 Hi ! Prestashop relies on a .htaccess for some of its links. Using nginx you cannot use the .htaccess so you need to write the needed nginx config. There is an example at https://github.com/PrestaShop/PrestaShop/blob/develop/docs/server_config/nginx.conf.dist Link to comment Share on other sites More sharing options...
Flynn Sorell Posted March 5, 2019 Share Posted March 5, 2019 Links you provided are working good for me 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now