
其实很简单,只需在后台开启url重写即可。
system->configuration->general->web->search engines optimization->设置use web server rewrites为yes
系统->配置->常规->web->搜索引擎优化->使用网络服务器重写,选择“是”。
如果出现404等错误,清空缓存。
system->configuration -> cache management / flush Magento cache
如果重写失败,请检查apache配置是否开启Mod_Rewrite,开启方法请看Apache Mod_Rewrite URL重写 伪静态化
参看:
http://www.yebihai.com/magento/226.html

1、父母在,不远游。
下半句是 “游必有方”
意思是要是出游,必须要告知去处。
2、“言必信,行必果”。 出自《论语·子路第十三》。后面还有一句:“硁硁然小人哉”。
意思就是:固执的庸士就是这样子。庸者,庸言庸行之庸,作平常义。
“硁(keng)硁然”形容浅薄而固执。因此孟子同学直接就说:大人者,言不必信,行不必果,惟义所在。“惟义所在”——只要合乎道义。
3、“吾生也有涯而知也无涯”出自《庄子.养生主》一直被许多人用于鼓舞学习者珍惜时间、努力学习,在这之后还有一句“以有涯随无涯殆已”;
意思大概就是说,你拿有限的生命去学......
作者: owoer
|
发表于:2014年8月9日
|
栏目:分享
|
那些更有趣的后半句!已关闭评论
阅读全文

In my last article, I wrote about the REST and oAuth to explain the terms that are used in Magento admin area for Magento REST configuration.
This article will show the steps necessary in order to be able to consume REST services provided by Magento:
Creating oAuth Consumer
Creating and configuring Admin roles
Assigning configured Admin REST Role to admin user
Configuring resource attributes and access permissions
If you didn’t read my previous article about Magento REST and oAuth, I s......

最近公司在做magento二次开发,需要将我们的工作流系统通过oauth连上magento,所以需要让php支援oauth扩展,在网上搜了下找到解决方法。
oauth官方下载地址:http://pecl.php.net/package/oauth
windows下安装(xampp方法相同):
从http://pecl.php.net/package/oauth/1.2.3/windows下载你对应php版本的oauth
解压将文件夹中php_oauth.dll放入php/ext
更改 php.ini 加载 oauth
extension=php_oauth.dll
重启apache
用phpinfo ()查看是否成功:
成功后信息应该如下:
OAuth
OAuth support
enabled
PLAINTEXT support
enabled
R......

DNS,全称Domain Name System,即域名解析系统,帮助用户在互联网上寻找路径,它在互联网的作用是把域名转换成为网络可以识别的IP地址。目前国内电信运营商通过使用DNS劫持和DNS污染的方法,干扰用户正常上网,使得用户无法访问众多国外常用服务,因此今天我介绍一些国内外的公共DNS服务器地址,供大家选择使用。
国外公共DNS服务器地址
Google Public DNS (8.8.8.8, 8.8.4.4)
OpenDNS (208.67.222.222, 208.67.220.220)
OpenDNS Family (208.67.222.123, 208.67.220.123)
V2EX DNS (199.91.73.222, 178.79.131.110)
Dy......