Secure installation¶
Backend URL¶
Don’t use common paths like admin
for OpenMage backend URL. Don’t use the path in robots.txt
and keep it secret.
You can change it from backend (1) or by editing app/etc/local.xml
:
- Admin / System / Configuration / Admin / Admin Base Url
<config>
<admin>
<routers>
<adminhtml>
<args>
<frontName><![CDATA[admin]]></frontName>
</args>
</adminhtml>
</routers>
</admin>
</config>
URL rewrites¶
Don’t use common file names like api.php
for OpenMage API URLs to prevent attacks. Don’t use the new file name in robots.txt
and keep it secret with your partners. After renaming the file you must update the webserver configuration as follows: