System Administrator Guide This guide will help you configure a better and safer Web server. Once this is done, you will be ready to install PrestaSho
Here is how the files are organized: /admin: contains all the PrestaShop files pertaining to the back-office. When accessing this folder with your
/controllers: contains all the files pertaining to PrestaShop controllers – as in Model-View-Controller (or MVC), the software architecture used by
using the PrestaShop internal tool, and not edit them directly in this folder. /upload: contains the files that would be uploaded by clients for cu
The Dom extension enables to parse XML documents. PrestaShop uses for various functionalities, like the Store Locator. It is also used by some modules
The allow_url_include directive is used to allow to include any file via the require and include statements, even if it does not come from your Web se
Now we have a username with just enough rights to connect to the local database. We need to allow this user to use the 'prestashop' database
Basic authentication establishment (.htaccess) In order to better protect your PrestaShop install, we need to establish a basic authentication on the
It is also possible to perform IP and domain restrictions using your .htaccess file: Order Allow, Deny Deny from all Allow from .myprestashop.com Al
4. Pick a complex password, by mixing letters, numbers and even punctuation marks, such as "5r3XaDR#". You can us an only password generate
defines.inc.php file Among other constant values, this file contains the location for all files and folders. If you need these changed, do not forget
define( '_PS_ADMIN_IMG_', 'http://img1.xxx.com/admin/' ); } else { define( '_THEME_IMG_DIR_', _THEMES_DIR_ .
Comments to this Manuals