<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Magento Expert</title>
	<atom:link href="https://www.the-mage-expert.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Changing the admin route for security reasons</title>
		<link>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/</link>
		<comments>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/#comments</comments>
		<pubDate>Mon, 07 Apr 2014 08:26:45 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=624</guid>
		<description><![CDATA[One step towards making your shop more secure is to change the default admin route from http://www.your-shop.com/admin to something more secure and less guessable. The route must be changed in app/etc/local.xml. [crayon-6a4db5bc5fc59/] After adding that to your app/etc/local.xml file, clear&#8230;]]></description>
				<content:encoded><![CDATA[<p>One step towards making your shop more secure is to change the default admin route from <em>http://www.your-shop.com/admin</em> to something more secure and less guessable. The route must be changed in app/etc/local.xml.</p>
<p></p><pre class="crayon-plain-tag">&lt;admin&gt;
    &lt;routers&gt;
        &lt;adminhtml&gt;
            &lt;args&gt;
                &lt;frontName&gt;your-new-backend-route&lt;/frontName&gt;
            &lt;/args&gt;
        &lt;/adminhtml&gt;
    &lt;/routers&gt;
&lt;/admin&gt;</pre><p></p>
<p>After adding that to your app/etc/local.xml file, clear the cache and check if your admin is now available at <em>http://www.your-shop.com/your-new-backend-route</em> instead of <em>http://www.your-shop.com/admin</em>.</p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/624/magento-changing-admin-route-for-security-reasons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
