How to do REWRITE on Lighttpd for Magento

Share
Posted on May 5th, 2013 | Posted by admin

How to do REWRITE on Lighttpd for Magento

ust done a small case, our customer want to do the rewrite on the Lighttpd, so he can remover the ugly INDEX.PHP on the URL, here is the core code:

url.rewrite-once = (
“^(/(media|skin|js|downloader|app)/.*)$” => “$0″,
“^/(.*\.php)” => “$0″,
“.*\?(.*)” => “/index.php?$1″,
“^/(.*)” => “/index.php/$1″
)

A Complete Rewrite of Old Magento

Share
Posted on December 8th, 2011 | Posted by admin

If sources are to be believed then Magento 2 should be the complete rewrite of Magento and it’s been in talks since it was declared but besides promises nothing is released yet. Roy Rubin says that Magento 2 is underway and they have posted in their blogs too so lets wait and see when they will release Magento 2. Ideally problems like database complexity, slow performance will be taken care of in Magento 2 but there are few more things which Magento 2 will offer i.e.:

  • Clear processes and transparency
  • Improved product quality
  • Improved performance and scalability
  • Improved product security
  • Enhanced Modular architecture
  • Improved coverage of Web APIs
  • Simplified customization process and learning curve
  • Improve Multi-language support
  • Improve education and product documentation for merchants and developers