Forum

Hiawatha and magento

Serhat
1 May 2014, 16:00
After seeing the shell script for installing hiawatha (http://lowendtalk.com/discussion/comment/555012/#Comment_555012) i've read a bit about hiawatha and liked it. I want to give it a go with one of my magento installations just for testing purposes at the begining. I hope to convert it to a production server later if everything goes well.

My question is magento comes with a big .htaccess file. Is there a way to convert it to hiawatha format? Or does anybody have it already done and wants to share it with me? I would be very grateful.

Thanks
Hugo Leisink
1 May 2014, 16:07
Try this one:
UrlToolkit {
ToolkitID = magento
Match ^/api/rest Rewrite /api.php?type=rest
Match ^/(media|skin|js)/ Return
RequestURI exists Return
Match .* Rewrite /index.php
}
Serhat
1 May 2014, 22:55
Thanks Hugo
This topic has been closed.