サーバー、データベース、またはコードの問題? Magento Backendは、動作しないindex.phpで自分自身を書き直します

magento.stackexchange https://magento.stackexchange.com/questions/4832

質問

私は正直になり、serverfault.comでのクロス投稿を認めますが、その理由は、それがサーバーの障害であると信じているため、恐ろしいホスティングプロバイダー、Godaddy ...

私のマゼントは、突然、ログインするときに夢を見ていました

mysite.com/mixitup/ 

ログイン後、変更されます

mysite.com/index.php/mixitup/dashboard/index/key/812b0641da.... etc, 

ただし、パスを変更した場合

mysite.com/mixitup/dashboard/index/key/812b0641da... etc 

次に、ダスボードが表示されますが、カタログ>製品の管理などをクリックすると、index.phpが再び挿入され、出発します。

mysite.com/index.php/mixitup/catalog_product/index/key/f0e2d249eca781e... etc

奇妙なことに、これは突然、1つのサーバー上の2つの独立したMagentoサイトに影響を与えました。彼らはルート上の.htaccessファイルを共有していますが、これは問題を引き起こすために変更されていません。 GoDaddy共有サーバーなので、ここでの私のオプションは限られています。

何がこれを変えたのかについての考えはありますか?またはそれを修正する方法は?

これが私の.htaccessファイルのコピーです(ダンプして申し訳ありません)

############################################
## uncomment these lines for CGI mode
## make sure to specify the correct cgi php binary file name
## it might be /cgi-bin/php-cgi

#    Action php5-cgi /cgi-bin/php5-cgi
#    AddHandler php5-cgi .php

############################################
## GoDaddy specific options

Options -MultiViews

## you might also need to add this line to php.ini
##     cgi.fix_pathinfo = 1
## if it still doesn't work, rename php.ini to php5.ini

############################################
## this line is specific for 1and1 hosting

#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php

############################################
## default index file

DirectoryIndex index.php index.html

<IfModule mod_php5.c>

############################################
## adjust memory limit

#    php_value memory_limit 64M
php_value memory_limit 128M
php_value max_execution_time 18000

############################################
## disable magic quotes for php request vars

php_flag magic_quotes_gpc off

############################################
## disable automatic session start
## before autoload was initialized

php_flag session.auto_start off

############################################
## enable resulting html compression

#php_flag zlib.output_compression on

###########################################
# disable user agent verification to not break multiple image upload

php_flag suhosin.session.cryptua off

###########################################
# turn off compatibility with PHP4 when dealing with objects

php_flag zend.ze1_compatibility_mode Off

</IfModule>

<IfModule mod_security.c>
###########################################
# disable POST processing to not break multiple image upload

SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

<IfModule mod_deflate.c>

############################################
## enable apache served files compression
## http://developer.yahoo.com/performance/rules.html#gzip

# Insert filter on all content
###SetOutputFilter DEFLATE
# Insert filter on selected content types only
#AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript

# Netscape 4.x has some problems...
#BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
#BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# Don't compress images
#SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary

# Make sure proxies don't deliver the wrong content
#Header append Vary User-Agent env=!dont-vary

</IfModule>

<IfModule mod_ssl.c>

############################################
## make HTTPS env vars available for CGI mode

SSLOptions StdEnvVars

</IfModule>

<IfModule mod_rewrite.c>

############################################
## enable rewrites

Options +FollowSymLinks
RewriteEngine on

############################################
## you can put here your magento root folder
## path relative to web root

RewriteBase /

############################################
## workaround for HTTP authorization
## in CGI environment

RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

############################################
## always send 404 on missing files in these folders

RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

############################################
## never rewrite for existing files, directories and links

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

############################################
## rewrite everything else to index.php

RewriteRule .* index.php [L]

</IfModule>


############################################
## Prevent character encoding issues from server overrides
## If you still have problems, use the second line instead

AddDefaultCharset Off
#AddDefaultCharset UTF-8

<IfModule mod_expires.c>

############################################
## Add default Expires header
## http://developer.yahoo.com/performance/rules.html#expires

ExpiresDefault "access plus 1 year"

</IfModule>

############################################
## By default allow all access

Order allow,deny
Allow from all

############################################
## If running in cluster environment, uncomment this
## http://developer.yahoo.com/performance/rules.html#etags

#FileETag none

私も試したこと

データベースとデータの両方の先週の月曜日のバックアップを復元しようとしましたが、そのような運はありません...したがって、それがサーバー構成の変更であると思いますか?そのハンドリングURLが書き直す方法は? mod_rewrites?または.htaccessファイル自体?

ヘンリー

役に立ちましたか?

解決 3

Apacheのアップグレードは問題を引き起こしました

ホスティングプロバイダーは私をApache 2.2から2.4に移しました。

他のヒント

システム設定に依存します web/seo/use_rewrites Magento Frontendが追加する場合 index.php レンダリングされたリンクへ。

オプションは、下の管理パネルにあります

System > Config > Web > Search Engine Optimization

設定はストアビュースコープで指定できるため、デフォルトおよび/またはWebサイトのスコープ設定を上書きする可能性があることに注意してください。

データベース内のその設定のすべての値がSQLクエリを実行します。

SELECT * FROM core_config_data WHERE path = 'web/seo/use_rewrites';

関連するメモでは、管理エリアではハードコードされています。つまり、Magentoは常に追加します index.php レンダリングされたリンクに。

adminrewriteはハードコードされており、SEO書き換えは役に立ちません。

この無料拡張機能をインストールすることにより、GoDaddyに修正しました。

http://www.magentocommerce.com/magento-connect/clockworkeek/extension/3692/clockworkeek_adminrewrites

Djzubahによるコメントを読む:テーブルを手動で挿入します

これが役立ったことを願っています、私は今機能しているClockWorkGeekのおかげで、他のすべてを試して2日間費やしました。

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top