Skip to content

Commit 370a9a8

Browse files
author
php-schubser
committed
changes-in-export-options-and-wording
1 parent 3a7e35a commit 370a9a8

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

docs/install.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,30 @@
77
1. Loggen Sie sich in den Admin-Bereich ein
88
2. Öffnen Sie die **Menüoption Module > Systemmodule**.
99
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+
```
1035

11-
---
1236

13-
#### Für dieses Modul müssen keine Änderungen vorgenommen werden.

0 commit comments

Comments
 (0)