Помощь по скриптам | хз как
как убрать эту переадресацию???
------
55428_29032018161525.png (47.7 Kb)
Скачиваний: 86
________
посл. ред. 29.03.2018 в 12:17; всего 1 раз(а); by DESANT
------
Скачиваний: 86
________
посл. ред. 29.03.2018 в 12:17; всего 1 раз(а); by DESANT
DELETED
29 марта 2018, в 12:18
Delete
Открыть файл в редакторе и найти код с переадресацией, либо открыть .htaccess и посмотреть там.
PhpStorm (29.03.2018 в 12:18)
штекер как минимум смотреть
штекер как минимум смотреть
ну вот штекер
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
ErrorDocument 404 /error.php
ErrorDocument 403 /error.php
ErrorDocument 500 /error.php
DirectoryIndex index.php
php_value default_mimetype text/html
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase Off
php_flag register_argc_argv Off
php_value session.auto_start 1
Options -Indexes
AddDefaultCharset UTF-8
#КЕШИРОВЕНИЕ ELFI
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
</ifModule>
<ifModule mod_expires.c>
ExpiresActive On
# Cache Images
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
# Cache other content types (Flash, CSS, JS, HTML, XML)
ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 2592000 seconds"
ExpiresByType application/javascript "access plus 2592000 seconds"
ExpiresByType application/x-javascript "access plus 2592000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
________
посл. ред. 29.03.2018 в 12:20; всего 1 раз(а); by DESANT
DELETED
29 марта 2018, в 12:24
Delete
DESANT (29.03.2018 в 12:19)
PhpStorm (29.03.2018 в 12:18)
штекер как минимум смотреть
ну вот штекер
PhpStorm (29.03.2018 в 12:18)
штекер как минимум смотреть
ну вот штекер
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
ErrorDocument 404 /error.php
ErrorDocument 403 /error.php
ErrorDocument 500 /error.php
DirectoryIndex index.php
php_value default_mimetype text/html
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase Off
php_flag register_argc_argv Off
php_value session.auto_start 1
Options -Indexes
AddDefaultCharset UTF-8
#КЕШИРОВЕНИЕ ELFI
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript
</ifModule>
<ifModule mod_expires.c>
ExpiresActive On
# Cache Images
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
# Cache other content types (Flash, CSS, JS, HTML, XML)
ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 2592000 seconds"
ExpiresByType application/javascript "access plus 2592000 seconds"
ExpiresByType application/x-javascript "access plus 2592000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</ifModule>
нутк начинай со второй строки комментировать строки по одной с помощью #
обновляй страницу и смотри где ошибка перестанет появляться
________
посл. ред. 29.03.2018 в 12:24; всего 1 раз(а); by PhpStorm
