How To configure Multi languages Plugin

CONTENTS OF THIS FILE
---------------------
   
 * Introduction
 * Requirements
 * Recommended modules
 * Installation
 * Configuration
 * Troubleshooting
 * FAQ
 
----------------------
INTRODUCTION
----------------------

    Multi languages plugin, is aplugin that allow you use the installed languages in blesta in your front end website.

----------------------
REQUIREMENTS
----------------------

 * Blesta v3.4 or higher
 * two (2) installed languages

----------------------
RECOMMENDED MODULES
----------------------

 * Blesta CMS Plugin
 * Seo Tools Plugin

----------------------
INSTALLATION
----------------------
 1- upload the folder plugins in root web directory of blesta
 2- change .htaccess file :
    find
    
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
    
    add under
    
# Multi Language setup  ==========================================
RewriteRule    ^([a-z]{2})/(.*)$ $2 [L,QSA]

 3- change lib/ini.php file :
    search
    

$services = require dirname(__DIR__) . DIRECTORY_SEPARATOR . 'config'
    . DIRECTORY_SEPARATOR . 'services.php';

    replace with

Por favor calificar este artículo para ayudarnos a mejorar nuestra base de conocimientos.

0 5