Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

Chapter 3. Installation

3.1. Before installing the extension (mandatory step)

To get the extension working properly, you have to configure the .htaccess file in the typo3 root else the shop will never show correctly.

Edit the file and add after : 'RewriteEngine On' the following line:

RewriteRule catalog/(.*) /typo3conf/ext/meta_oscommerce/mod1/oscommerce/$1   [L]

Where catalog is the virtual directory where the shop will be accessible.

Important : In all the shop installation when it ask the shop home you must set you « catalog » directory.