0

I have a magento theme installed on a folder: http://mysite.com/mag/

On the main folder, mysite.com it's running a website on Zen Cart, so I created a folder called "mag" where I installed magento. It worked until now.. Only the first page is loading when I access mysite.com/mag/, but when I click on a diffrent page I-m sent to the index page from: mysite.com (and the url showed is: http://mysite.com/mag/page-like-this.html)

So where is the problem? It worked before, and right now it doesn't work any more..

4

1 に答える 1

0

したがって、コメントを通じて発見されたように、おそらく何らかの方法でハッキングされた可能性があります. Web サイトをクリーンアップするには多くの手順が必要であり、被害者がどのような種類の攻撃を受けているかを知らずに、何を探すべきかを伝えることは不可能です。

ただし、これらの .html ファイルはすべて magento/zend フレームワークの一部ではないため、安全に削除できます。また、暗号化される奇妙な JavaScript を探します。おそらくすべての html ファイルと、おそらくメインの index.php ファイルの末尾にある、最小化された JavaScript の非常に長い文字列。

「magento hacked」またはそのようなことをグーグルで検索することをお勧めします。

幸運を!

これは、 magento でのそのようなハックに関するスタックオーバーフローの質問です。

于 2012-11-23T20:27:29.393 に答える