Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

iacek

Newbie
  
  • Posts

    6
  • Joined

  • Last visited

Information

  • Gender
    Мужчина
  • City:
    Balti

iacek's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Добрый день. 1) Подскажите, если все правильно настроено в .htaccess? 2) И как избавится от дублей в индексе? • Opencart 3.0.2.0 • Установлены модули Sla Seo Pro и Sla Google Sitemap Fast • На сайте два языка # For any support issues please visit: http://www.opencart.com Options +FollowSymlinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))"> Require all denied ## For apache 2.2 and older, replace "Require all denied" with these two lines : # Order deny,allow # Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ Options +FollowSymlinks RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !^/robots.txt$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\ HTTP/ RewriteRule ^index\.html$ / [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ / [R=301,L] RewriteCond %{QUERY_STRING} ^route=common/home$ RewriteCond %{REQUEST_METHOD} !^POST$ RewriteRule ^index\.php$ http://%{HTTP_HOST}? [R=301,L] php_value display_errors 1 php_value display_startup_errors 1 php_value error_reporting E_ALL Заранее спасибо.
  2. Спасибо! Такой еще вопрос, как теперь сделать префиксы языков на сайте? OpenCart 3.0.2.0
  3. Простите, не совсем понял процесс реализации идеи, можно подробнее?
  4. Добрый день. Простите, не совсем понял процесс реализации идеи, можно подробнее?
  5. Добрый вечер. Друзья, нужна ваша помощь. Сайт igroteca.md, два языка сайта - русский и румынский. 1) Существуют настольная игра (товар) на двух языках. Есть возможность сделать разные фото в одной карточки товара, чтобы каждая отображалась в зависимости от открытой языковой версии? 2) Подскажите как сделать отдельный title и description для главной страницы, для второго языка сайта. В настройках главной, только для языка который по-умолчанию? Спасибо.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.