Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Пренос на новый хостинг


Coba2

Recommended Posts

ДОбрый день.

Перенёс сайт на новый хостинг, главная открывается,админка открывается. Не открываются остальные страницы .

пишет такое 

 

  Цитата

 

 

Not Found

The requested URL /tehnika-dlja-kuhni/ was not found on this server.

Apache/2.4.10 (Debian) Server at multiblender.ru Port 80

 

 

В чём могут быть проблемы?

Надіслати
Поділитися на інших сайтах


  В 16.05.2016 в 10:49, Coba2 сказав:

он в норме. Может это изза DNS? сейчас сайт работает ещё на страом хостинге, новый на 163.172.140.253

машина без колес не будет ехать, думаю вы логику уловили 

Надіслати
Поділитися на інших сайтах

  В 16.05.2016 в 11:41, ArtenPitov сказав:

смена DNS занимает от 4 до 24 часов 

попробуйте зайти уже изменилось. на 2ip.ru тоже актуалный новый адрес

Змінено користувачем Coba2
Надіслати
Поділитися на інших сайтах


  В 16.05.2016 в 11:44, Coba2 сказав:

попробуйте зайти уже изменилось. на 2ip.ru тоже актуалный новый адрес

для того что бы узнать изменился ли днс нужно сделать трассировку маршрута

Надіслати
Поділитися на інших сайтах

  В 16.05.2016 в 11:53, ArtenPitov сказав:

для того что бы узнать изменился ли днс нужно сделать трассировку маршрута

У меня обновлённые данные. У Вас нет?

 

  Цитата

 

11    42 ms    44 ms    43 ms  ffm-b7-link.telia.net [213.248.104.253]

 12    44 ms    43 ms    45 ms  ffm-bb2-link.telia.net [80.91.254.102]
 13    54 ms    53 ms    53 ms  prs-bb2-link.telia.net [62.115.139.58]
 14    54 ms    56 ms    55 ms  prs-b7-link.telia.net [213.155.134.227]
 15    53 ms    53 ms    54 ms  online-ic-315750-prs-b7.c.telia.net [62.115.63.9
8]
 16    55 ms    55 ms    57 ms  195.154.1.39
 17     *        *        *     Превышен интервал ожидания для запроса.
 18     *        *        *     Превышен интервал ожидания для запроса.
 19     *        *        *     Превышен интервал ожидания для запроса.
 20     *        *        *     Превышен интервал ожидания для запроса.
 21    53 ms    56 ms    54 ms  253-140-172-163.rev.cloud.scaleway.com [163.172.140.253]
Змінено користувачем Coba2
Надіслати
Поділитися на інших сайтах


  Цитата

Вот файл .htaccess

  Цитата

# 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 +FollowSymlinks

# Prevent Directoy listing

Options -Indexes

Order Deny,Allow

Deny from 144.76.70.117

Deny from 91.223.138.2

Deny from 68.180.231.53

Deny from 66.249.78.229

allow from all

# Prevent Direct Access to files

<FilesMatch "\.(htaccess|htpasswd|tpl|ini|log)">

Order deny,allow

Deny from all

</FilesMatch>

<FilesMatch ".(flv|gif|jpg|jpeg|png|ico|swf|js|css|pdf)$">

Header set Cache-Control "max-age=2592000"

</FilesMatch>

#szimaem file

AddOutputFilterByType DEFLATE text/html

AddOutputFilterByType DEFLATE text/plain

AddOutputFilterByType DEFLATE application/javascript

AddOutputFilterByType DEFLATE application/rss+xml

<IfModule mod_gzip.c>

mod_gzip_on Yes

mod_gzip_dechunk Yes

mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$

mod_gzip_item_include handler ^cgi-script$

mod_gzip_item_include mime ^text\.*

mod_gzip_item_include mime ^application/x-javascript.*

mod_gzip_item_exclude mime ^image\.*

mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*

</IfModule>

# 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. / becom

es /shop/

RewriteEngine On

RewriteBase /

RewriteCond %{HTTP_HOST} ^www.***.**

RewriteRule ^(.*)$ http://***.**/$1 [R=301,L]

RewriteRule ^sitemap.xml$ index.php?route=feed/fast_sitemap [L]

RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]

RewriteRule ^download/(.*) /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 ^([^?]*) index.php?_route_=$1 [L,QSA]

#RewriteRule ^(.*)?*$ index.php?_route_=$1 [L,QSA]

RewriteCond %{HTTP_REFERER} !^$

RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?***.ru [NC]

RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,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]

# YAhoo robots off

RewriteCond %{REQUEST_URI} !^/robots\.txt$

RewriteCond %{HTTP_USER_AGENT} ^.*Slurp.*$ [NC]

RewriteRule .* - [F,L]

# Yahoo robots off

php_flag display_startup_errors on

php_flag display_errors on

php_flag html_errors on

### 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

php_value max_input_vars 3000

Змінено користувачем Coba2
Надіслати
Поділитися на інших сайтах


  В 16.05.2016 в 11:56, Coba2 сказав:

У меня обновлённые данные. У Вас нет?

Старых хостинг какой ? 

Новый какой ? 

Надіслати
Поділитися на інших сайтах

Гість
Ця тема закрита для публікації повідомлень.
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.