Skip to content

Commit

Permalink
FR#10231_22 Custom URL Rewrite Not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodespin committed Oct 15, 2017
1 parent 08ec8ce commit a688b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Store/etc/frontend/di.xml
Expand Up @@ -18,7 +18,7 @@
<item name="standard" xsi:type="array">
<item name="class" xsi:type="string">Magento\Framework\App\Router\Base</item>
<item name="disable" xsi:type="boolean">false</item>
<item name="sortOrder" xsi:type="string">20</item>
<item name="sortOrder" xsi:type="string">30</item>
</item>
<item name="default" xsi:type="array">
<item name="class" xsi:type="string">Magento\Framework\App\Router\DefaultRouter</item>
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/UrlRewrite/etc/frontend/di.xml
Expand Up @@ -12,7 +12,7 @@
<item name="urlrewrite" xsi:type="array">
<item name="class" xsi:type="string">Magento\UrlRewrite\Controller\Router</item>
<item name="disable" xsi:type="boolean">false</item>
<item name="sortOrder" xsi:type="string">40</item>
<item name="sortOrder" xsi:type="string">20</item>
</item>
</argument>
</arguments>
Expand Down

0 comments on commit a688b66

Please sign in to comment.