Skip to content

Instantly share code, notes, and snippets.

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /shop/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /shop/index.php [L]
</IfModule>
@LinguistMB
LinguistMB / .xml
Created September 15, 2017 12:22
2
<reference name="head"><br>
<action method="setTitle" translate="title" module="contacts"><title><strong>Contact Us</strong>
</title>
</action>
<br> </reference>
<reference name="head"><br>
<action method="setTitle" translate="title" module="contacts">
<title><strong>Contact Us</strong>
</title>
</action>
<br> </reference>
<li> <br>
<label for="telephone"><?php echo Mage::helper('contacts')->__(‘Fax') ?></label> <br>
<div><input name="company" id="company" title="<?php echo Mage::helper('contacts')->__('Fax’) ?>" value="" type="text" />
</div> <br> </li>
{{block type="catalog/product_list" category_id="4" template="catalog/product/list.phtml"}}
{{block type="catalog/product_list" column_count="4" category_id="4"
<action method="addLink" translate="label title"><label>New</label><url>new<br>
</url><title>New</title><prepare/><urlParams/><position>60</position></action>
<reference name="top.links"><br>
<action method="addLink" translate="label title"><label>New</label><url>new<br>
</url><title>New</title><prepare/><urlParams/><position>60</position></action><br>
</reference>