Skip to content

Commit a242377

Browse files
committed
Update readme
1 parent 97fd60a commit a242377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Without these rules any request will lead to 404.
156156
APACHE
157157

158158
```apache
159-
RewriteRule ^(rest/v[0-9].*)$ index.php [L]
159+
RewriteRule ^rest/v5/(.*)$ index.php?cl=search_result&fnc=proxy&$1 [L]
160160
```
161161

162162
**Note:** Sending each request to FACT-Finder instance trough Shopware, you lose on performance as each request need to be handled first by HTTP server and then, by Shopware itself. This additional traffic could be easily avoided by not activating this feature if there's no clear reason to use it.

0 commit comments

Comments
 (0)