magento url rewrite
Posted 冯亮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了magento url rewrite相关的知识,希望对你有一定的参考价值。
Magento 设置 Rewrite Url 方法。
1、apache 要加载 Rewrite 扩展模块。
2、网站根目录要有 .htaccess 文件。
3、Magento 后台要设置启用 Rewrite Url 有效。
4、(注意:重要)经常有人忘记了这个步骤。
请参照下面的设置:
vi /etc/httpd/config/config.httpd
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/magento-3.com
ServerName www.magento-3.co
ErrorLog logs/magento-test.com-error_log
CustomLog logs/magento-test.com-access_log common
<Directory "/var/www/html/magento-3.com">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
请注意上述红色字样。
以上是关于magento url rewrite的主要内容,如果未能解决你的问题,请参考以下文章
Magento 1 - 删除 url 键/产品 url 中的数字