File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 7
7
1 . Loggen Sie sich in den Admin-Bereich ein
8
8
2 . Öffnen Sie die ** Menüoption Module > Systemmodule** .
9
9
3 . Wählen Sie das Cleverreach Interface und klicken Sie auf Installieren.
10
+ 4 . Im Ordner ** /interface** eine ** .htaccess** -Datei mit folgendem Inhalt erstellen
11
+
12
+ ``` sh
13
+ # -----------------------------------------------------------------------------------------
14
+ # $Id: .htaccess 11767 2020-09-10 15:29:44Z GTB $
15
+ #
16
+ # modified eCommerce Shopsoftware
17
+ # http://www.modified-shop.org
18
+ #
19
+ # Copyright (c) 2009 - 2016 [www.modified-shop.org]
20
+ # -----------------------------------------------------------------------------------------
21
+ # based on:
22
+ # (c) 2000-2001 The Exchange Project
23
+ # (c) 2002-2003 osCommerce (.htaccess,v 1.4 2001/04/22); www.oscommerce.com
24
+ # (c) 2003 nextcommerce (.htaccess,v 1.3 2003/08/13); www.nextcommerce.org
25
+ # (c) 2003 XT-Commerce (.htaccess,v 1.3 2003/08/13); www.xt-commerce.com
26
+ #
27
+ # Released under the GNU General Public License
28
+ # -----------------------------------------------------------------------------------------
29
+ #
30
+ # This is used with Apache WebServers
31
+ # The following blocks direct HTTP requests in this directory recursively
32
+
33
+ Options -Indexes
34
+ ```
10
35
11
- ---
12
36
13
- #### Für dieses Modul müssen keine Änderungen vorgenommen werden.
You can’t perform that action at this time.
0 commit comments