shopex.conf 120 Bytes
Newer Older
jose's avatar
jose committed
1 2 3 4 5
location / {
if (!-e $request_filename) {
rewrite ^/(.+\.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
}
}