[DEFAULT]
BASEURL=http://i.hudong.com/home.do
[InternetShortcut]
URL=http://i.hudong.com/home.do
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
将上面内容保存在新建文本里,红色部分更改为目标
[DEFAULT]
BASEURL=http://i.hudong.com/home.do
[InternetShortcut]
URL=http://i.hudong.com/home.do
IDList=
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
将上面内容保存在新建文本里,红色部分更改为目标
Magento 设置 Rewrite Url 方法。
1、apache 要加载 Rewrite 扩展模块。
2、网站根目录要有 .htaccess 文件。
3、Magento 后台要设置启用 Rewrite Url 有效。
4、(注意:重要)经常有人忘记了这个步骤。
在 Apache httpd.conf 里面要设置目录的属性。
请参照下面的设置:
vi /etc/httpd/config/config.httpd
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /var/www/htm