Перейти к публикации
Поиск в
  • Дополнительно...
Искать результаты, содержащие...
Искать результаты в...

Как и где прописать htaccess и robots.txt если опенкарт установлен в подпапку


Рекомендованные сообщения

Привет всем,

 

стоит opencart на мультиъостинге

в папке root несколько доменов, чтобы не путать карт установлен в подпапку .domen.ru/power-tools/

 

Яндекс жалуется на большое количество выпадающих страниц

Занялся проверкой файлов

 

robots сделал вот так, который лежит в ROOT в папке опенкарта - ничего, яндекс видит

User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /wp-content/languages
Disallow: /wp-content/upgrade
Disallow: /wp-content/backwpup-4ace3-logs
Disallow: /wp-content/backups
Disallow: /trackback
Disallow: */trackback
Disallow: */*/trackback
Disallow: */*/feed/*/
Disallow: */feed
Disallow: /tag/
Disallow: /wp-login.php
Disallow: /wp-register.php
Disallow: /wp-config.php
Disallow: /xmlrpc.php
Disallow: /power-tools/index.php?route=account
Disallow: /power-tools/index.php?route=checkout/cart
Disallow: /power-tools/index.php?route=checkout/shipping
Disallow: /power-tools/index.php?route=common/home
Disallow: /power-tools/index.php?route=product/product/captcha
Disallow: /power-tools/index.php?route=product/search
Disallow: /power-tools/*route=account/login
Disallow: /power-tools/*route=checkout/cart
Disallow: /power-tools/admin
Disallow: /power-tools/catalog
Disallow: /power-tools/download
Disallow: /power-tools/export
Disallow: /power-tools/system
Disallow: /power-tools/*?sort=
Disallow: /power-tools/*?order=
Disallow: /power-tools/*?limit=
 
User-agent: Yandex
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /wp-content/languages
Disallow: /wp-content/upgrade
Disallow: /wp-content/backwpup-4ace3-logs
Disallow: /wp-content/backups
Disallow: /trackback
Disallow: */trackback
Disallow: */*/trackback
Disallow: */*/feed/*/
Disallow: */feed
Disallow: /tag/
Disallow: /wp-login.php
Disallow: /wp-register.php
Disallow: /wp-config.php
Disallow: /xmlrpc.php
Disallow: /power-tools/index.php?route=account
Disallow: /power-tools/index.php?route=checkout/cart
Disallow: /power-tools/index.php?route=checkout/shipping
Disallow: /power-tools/index.php?route=common/home
Disallow: /power-tools/index.php?route=product/product/captcha
Disallow: /power-tools/index.php?route=product/search
Disallow: /power-tools/*route=account/login
Disallow: /power-tools/*route=checkout/cart
Disallow: /power-tools/admin
Disallow: /power-tools/catalog
Disallow: /power-tools/download
Disallow: /power-tools/export
Disallow: /power-tools/system
Disallow: /power-tools/*?sort=
Disallow: /power-tools/*?order=
Disallow: /power-tools/*?limit=

с файлом HTACCESS все сложнее

изза смены папки нашел код для переноса всех запросов htaccess но работает криво сейчас,

в ROOT лежит

# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php

RewriteEngine on

# измените надпись yourmaindomain.com на ваш домен<br>
RewriteCond %{HTTP_HOST} ^(www.)?transpoint.ru$

# Измените 'subfolder' на папку, где будут находиться файлы основного домена<br>
RewriteCond %{REQUEST_URI} !^/power-tools/

# Ничего не меняйте<br>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Измените 'subfolder' на папку, где будут находиться файлы основного домена
RewriteRule ^(.*)$ /power-tools/$1

# измените надпись yourmaindomain.com на ваш домен
# Измените 'subfolder' на папку, где будут находиться файлы основного домена
# Укажите файл  по умолчанию (напр. index.php или index.html).
RewriteCond %{HTTP_HOST} ^(www.)?transpoint.ru$
RewriteRule ^(/)?$ power-tools/index.php [L]

# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymlinks
Options +SymLinksIfOwnerMatch

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 Order deny,allow
 Deny from all
</FilesMatch>


RewriteBase /
RewriteRule ^sitemap.xml$ power-tools/index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ power-tools/index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /power-tools/index.php?route=error/not_found [L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
#RewriteRule ^([^?]*) power-tools/index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers 
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

а в папке опенкарта стандартный htaccess

 

прошу проверить по возможности ничего не упустил в файлах, понятно что исключение 90% дублей уже ручная работа будет, но основные одинаковые шаги у всех похожи

Ссылка на комментарий
Поделиться на других сайтах


# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php

# 1.To use URL Alias you need to be running apache with mod_rewrite enabled. 

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +SymLinksIfOwnerMatch

# Prevent Directoy listing 
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "\.(tpl|ini|log)">
 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/ 
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /shop/index\ HTTP/ 
RewriteRule ^index\.html$ /shop/ [R=301,L] 
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /shop/index\.php\ HTTP/ 
RewriteRule ^index\.php$ /shop/ [R=301,L]
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.ввввввв.ru
RewriteRule ^(.*)$ http://ввввввв.ru/shop/$1 [R=permanent,L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers 
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none

Заработал стандартный файл Опенкарта после внимаетьного изучения, всего нужно дописать в СЕО Урл папку

в этом случае папка ВИДНА в пути, мне как раз так и нужно было

Ссылка на комментарий
Поделиться на других сайтах


  • 7 месяцев спустя...

artsmart, если магазин "domen.ru/power-tools/" иди читай про RewriteBase.

если "power-tools.domen.ru" - маятваянихренанепанимай

Ссылка на комментарий
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас
 Поделиться

  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу.
×
×
  • Создать...

Важная информация

На нашем сайте используются файлы cookie и происходит обработка некоторых персональных данных пользователей, чтобы улучшить пользовательский интерфейс. Чтобы узнать для чего и какие персональные данные мы обрабатываем перейдите по ссылке. Если Вы нажмете «Я даю согласие», это означает, что Вы понимаете и принимаете все условия, указанные в этом Уведомлении о Конфиденциальности.