|
|
@@ -1,8 +1,3 @@
|
|
|
-#--MULTISITE--if (!-e $request_filename) {
|
|
|
- #--MULTISITE--rewrite /ecrire$ $scheme://$host$uri/ permanent;
|
|
|
- #--MULTISITE--rewrite ^__PATHTOCHANGE__(/[^/]+)?(/.*\.php)$ __PATHTOCHANGE__$2 last;
|
|
|
-#--MULTISITE--}
|
|
|
-
|
|
|
location __PATHTOCHANGE__ {
|
|
|
alias __FINALPATH__;
|
|
|
index index.php;
|
|
|
@@ -47,9 +42,9 @@ location __PATHTOCHANGE__ {
|
|
|
rewrite ^/c/([a-zA-Z_-]+)(-[0-9]+)?/.+.jpg$ /img/c/$1$2.jpg last;
|
|
|
|
|
|
# Symfony controllers
|
|
|
- location ~ /(international|_profiler|module|product|combination|specific-price)/(.*)$ {
|
|
|
- try_files $uri $uri/ /index.php?q=$uri&$args $admin_dir/index.php$is_args$args;
|
|
|
- }
|
|
|
+ # location ~ /(international|_profiler|module|product|combination|specific-price)/(.*)$ {
|
|
|
+ # try_files $uri $uri/ /index.php?q=$uri&$args $admin_dir/index.php$is_args$args;
|
|
|
+ # }
|
|
|
|
|
|
# Redirect needed to "hide" index.php
|
|
|
# location / {
|