tom0rrow Posted October 22, 2018 Report Share Posted October 22, 2018 Вот страница с продуктом:https://allshoes.com.ua/products/larry-clark-x-vansНахожусь на главной или каталогах все ок, как только на любой товар перехожу - выскакивает авторизация симплы. Не могу понять как это произошло и из-за чего. Пожалуйста помогите разобраться.Спасибо не равнодушным Quote Link to post Share on other sites
Maksclub Posted October 22, 2018 Report Share Posted October 22, 2018 покажите .htaccess Quote Link to post Share on other sites
tom0rrow Posted October 22, 2018 Author Report Share Posted October 22, 2018 покажите .htaccess php_value date.timezone Europe/Kiev RewriteEngine on#Редирект с www на без www /.RewriteCond %{HTTP_HOST} !^allshoes.com.ua$ [NC]RewriteRule ^(.*)$ https://allshoes.com.ua/$1 [R=301,L] #Редирект на httpsRewriteCond %{SERVER_PORT} !^443$RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] AddDefaultCharset UTF-8ErrorDocument 404 /404ErrorDocument 401 /password.phpRewriteEngine on # Админка теперь по адресу /simplaRewriteRule ^admin/?$ simpla [L] # Каталог товаровRewriteRule ^catalog/([^/]+)/?$ index.php?module=ProductsView&category=$1 [L,QSA]RewriteRule ^catalog/([^/]+)/([^/]+)/?$ index.php?module=ProductsView&category=$1&brand=$2 [L,QSA] RewriteRule ^products/([^/]+)/?$ index.php?module=ProductView&product_url=$1 [L,QSA]RewriteRule ^products/?$ index.php?module=ProductsView [L,QSA] RewriteRule ^brands/([^/]+)/?$ index.php?module=ProductsView&brand=$1 [L,QSA]RewriteRule ^brands/([^/]+)/page_([^/]+)/?$ index.php?module=ProductsView&brand=$1&page=$2 [L,QSA] # Поиск товаровRewriteRule ^search/([^/]+)/?$ index.php?module=ProductsView&keyword=$1 [L,QSA]RewriteRule ^search/?$ index.php?module=ProductsView [L,QSA] # БлогRewriteRule ^blog/([^/]+)/?$ index.php?module=BlogView&url=$1 [L,QSA]RewriteRule ^blog/?$ index.php?module=BlogView [L,QSA] # Корзина и заказыRewriteRule ^cart/?$ index.php?module=CartView [L,QSA]RewriteRule ^cart/([^/]+)/?$ index.php?module=CartView&add_variant=$1 [L,QSA]RewriteRule ^cart/remove/([^/]+)/?$ index.php?module=CartView&delete_variant=$1 [L,QSA]RewriteRule ^order/([^/]+)/?$ index.php?module=OrderView&url=$1 [L,QSA]RewriteRule ^order/?$ index.php?module=OrderView [L,QSA] # Для пользователейRewriteRule ^user/login/?$ index.php?module=LoginView [L,QSA]RewriteRule ^user/register/?$ index.php?module=RegisterView [L,QSA]RewriteRule ^user/logout/?$ index.php?module=LoginView&action=logout [L,QSA]RewriteRule ^user/password_remind/?$ index.php?module=LoginView&action=password_remind [L,QSA]RewriteRule ^user/password_remind/([0-9a-z]+)/?$ index.php?module=LoginView&action=password_remind&code=$1 [L,QSA]RewriteRule ^user/?$ index.php?module=UserView [L,QSA] # Google sitemapRewriteRule ^sitemap.xml?$ sitemap.php [L,QSA] # XMLRewriteRule ^yandex.xml?$ yandex.php [L,QSA]RewriteRule ^rozetka.xml?$ rozetka.php [L,QSA] # feedbackRewriteRule ^contact/?$ index.php?module=FeedbackView [L,QSA] #downloadsRewriteRule ^order/([^/]+)/([^/]+)/?$ index.php?module=OrderView&url=$1&file=$2 [L,QSA] # Статические страницыRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^([^/]*)/?$ index.php?module=PageView&page_url=$1 [L,QSA]RewriteRule ^/?$ index.php?module=MainView&page_url= [L,QSA] # Ресайз картинок на летуRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^files/products/(.+) resize/resize.php?file=$1&token=%{QUERY_STRING}#RewriteCond %{THE_REQUEST} ^GET\ (.*)files/products/(.*)\?([A-z0-9]*) #RewriteRule ^files/products/(.+) resize/resize.php?file=%2&token=%3 [L,NE] Quote Link to post Share on other sites
phukortsin Posted October 22, 2018 Report Share Posted October 22, 2018 .htaccess тут, скорее всего, ни при чем. Это из-за картинки рядом с Добавить фото... Quote Link to post Share on other sites
tom0rrow Posted October 22, 2018 Author Report Share Posted October 22, 2018 .htaccess тут, скорее всего, ни при чем. Это из-за картинки рядом с Добавить фото...так, а что сделать то надо?)) удалить картинку? Quote Link to post Share on other sites
phukortsin Posted October 22, 2018 Report Share Posted October 22, 2018 Обратить внимание на URL картинки... Можно и удалить. Quote Link to post Share on other sites
tom0rrow Posted October 22, 2018 Author Report Share Posted October 22, 2018 <img src="//allshoes.com.ua/simpla/design/images/picture_add.png" style="vertical-align:middle;"> этот кусок может вызывать симплу? src="//allshoes.com.ua/simpla/ - брееед Спасибо, вроде помогло) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.