-1

私は使用しopencartていますが、これからリダイレクトしたいと思います:

index.php?route=account/account to this
/account

もっと:

index.php?route=account/simpleedit ->
/simpleedit

だからからindex.php?route=account/xxx to (root)/xxx

今のところオンになっているため、ドメインをハードタイピングせずに実行しようとしていますlocalhost

4

2 に答える 2

0

このモジュールをダウンロードしてインストールできますhttp://opencartforum.ru/files/file/554-seo-manager-dlia-ocstore-v153-i-v1541/

于 2013-07-02T21:04:23.047 に答える
0

開く/catalog/controller/account/account.php。探す

public function index()

その下の行に置く

$this->redirect($this->url->link('account/simpleedit/simpleedit', '', 'SSL'));

保存します。これにより、毎回そのページに強制的にリダイレクトされます

于 2013-06-28T10:18:19.647 に答える