Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rewrite ^/api/?(.*)$ /webservice/dispatcher.php?url=$1 last;
- rewrite "^/c/([0-9]+)(\-[_a-zA-Z0-9-]*)/(.*)\.jpg$" /img/c/$1$2.jpg last;
- rewrite "^/c/([_a-zA-Z-]+)/(.*)\.jpg$" /img/c/$1.jpg last;
- rewrite "^/([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/(\P{M}\p{M}*)*\.jpg$" /img/p/$1-$2$3.jpg last;
- rewrite "^/([0-9]+)\-([0-9]+)/(\P{M}\p{M}*)*\.jpg$" /img/p/$1-$2.jpg last;
- rewrite "^/([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$1$2.jpg last;
- rewrite "^/([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$1$2$3.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$1$2$3$4.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$1$2$3$4$5.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8.jpg last;
- rewrite "^/([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/(\P{M}\p{M}*)*\.jpg$" /img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9.jpg last;
- rewrite "^/([0-9]+)\-(\P{M}\p{M}*)+\.html(.*)$" /index.php?controller=product&id_product=$1$3 last;
- rewrite "^/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=category&id_category=$1$3 last;
- rewrite "^/([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$" /index.php?controller=product&id_product=$2$4 last;
- rewrite "^/([0-9]+)__([a-zA-Z0-9-]*)(.*)$" /index.php?controller=supplier&id_supplier=$1$3 last;
- rewrite "^/([0-9]+)_([a-zA-Z0-9-]*)(.*)$" /index.php?controller=manufacturer&id_manufacturer=$1$3 last;
- rewrite "^/content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=cms&id_cms=$1$3 last;
- rewrite "^/content/category/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$" /index.php?controller=cms&id_cms_category=$1$3 last;
- rewrite "^/module/([_a-zA-Z0-9-]*)/([_a-zA-Z0-9-]*)$" /index.php?fc=module&module=$1&controller=$2 last;
- rewrite ^/page-non-trouvee$ /index.php?controller=404 last;
- rewrite ^/adresse$ /index.php?controller=address last;
- rewrite ^/adresses$ /index.php?controller=addresses last;
- rewrite ^/authentification$ /index.php?controller=authentication last;
- rewrite ^/meilleures-ventes$ /index.php?controller=best-sales last;
- rewrite ^/panier$ /index.php?controller=cart last;
- rewrite ^/contactez-nous$ /index.php?controller=contact-form last;
- rewrite ^/bons-de-reduction$ /index.php?controller=discount last;
- rewrite ^/suivi-commande-invite$ /index.php?controller=guest-tracking last;
- rewrite ^/historique-des-commandes$ /index.php?controller=history last;
- rewrite ^/identite$ /index.php?controller=identity last;
- rewrite ^/manufacturers$ /index.php?controller=manufacturer last;
- rewrite ^/mon-compte$ /index.php?controller=my-account last;
- rewrite ^/nouveaux-produits$ /index.php?controller=new-products last;
- rewrite ^/commande$ /index.php?controller=order last;
- rewrite ^/details-de-la-commande$ /index.php?controller=order-follow last;
- rewrite ^/commande-rapide$ /index.php?controller=order-opc last;
- rewrite ^/avoirs$ /index.php?controller=order-slip last;
- rewrite ^/mot-de-passe-oublie$ /index.php?controller=password last;
- rewrite ^/promotions$ /index.php?controller=prices-drop last;
- rewrite ^/recherche$ /index.php?controller=search last;
- rewrite ^/plan-du-site$ /index.php?controller=sitemap last;
- rewrite ^/magasins$ /index.php?controller=stores last;
- rewrite ^/supplier$ /index.php?controller=supplier last;
- rewrite ^/page-not-found$ /index.php?controller=404 last;
- rewrite ^/address$ /index.php?controller=address last;
- rewrite ^/addresses$ /index.php?controller=addresses last;
- rewrite ^/authentication$ /index.php?controller=authentication last;
- rewrite ^/best-sales$ /index.php?controller=best-sales last;
- rewrite ^/cart$ /index.php?controller=cart last;
- rewrite ^/contacts$ /index.php?controller=contact-form last;
- rewrite ^/discount$ /index.php?controller=discount last;
- rewrite ^/guest-tracking$ /index.php?controller=guest-tracking last;
- rewrite ^/order-history$ /index.php?controller=history last;
- rewrite ^/identity$ /index.php?controller=identity last;
- rewrite ^/manufacturers$ /index.php?controller=manufacturer last;
- rewrite ^/my-account$ /index.php?controller=my-account last;
- rewrite ^/new-products$ /index.php?controller=new-products last;
- rewrite ^/order$ /index.php?controller=order last;
- rewrite ^/order-follow$ /index.php?controller=order-follow last;
- rewrite ^/quick-order$ /index.php?controller=order-opc last;
- rewrite ^/order-slip$ /index.php?controller=order-slip last;
- rewrite ^/password-recovery$ /index.php?controller=password last;
- rewrite ^/prices-drop$ /index.php?controller=prices-drop last;
- rewrite ^/search$ /index.php?controller=search last;
- rewrite ^/sitemap$ /index.php?controller=sitemap last;
- rewrite ^/stores$ /index.php?controller=stores last;
- rewrite ^/supplier$ /index.php?controller=supplier last;
Advertisement
Add Comment
Please, Sign In to add comment