mattxs Posted March 25, 2019 Share Posted March 25, 2019 Hello. Why does Prestashop redirect me to an index page when I try to open catalog (or preferences, or payment, or order) in admin panel? Admin panel always redirects me to the index (shop) page. Link to comment Share on other sites More sharing options...
mattxs Posted March 25, 2019 Author Share Posted March 25, 2019 All done! I just didn't add admin folder to NGinx config file: location /admin-dev/ { # Change this for your admin url if (!-e $request_filename) { rewrite ^/.*$ /admin-dev/index.php last; # Change this for your admin url } } 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