Change admin path after installation - Magento 1
Changing admin path name is one of the important security action in Magento E-Commerce stores after installation. During installation period, we have an option to change default admin path admin
to any another path name.
But we can also rename admin path after installation. To rename admin path, first we want to go to /app/etc
and then open local.xml
file.
Find the text ![CDATA[admin]]
in the file. This is the default admin path. Then change admin name to some other name like kap_store etc.
So it will look like ![CDATA[kap_store]]
and admin url will be http://www.our-domain.com/kap_store
.
Looking for a skilled WordPress/WooCommerce developer? I'm currently available for freelance, contract, or full-time remote opportunities! Let's create something amazing together. Send me a quick message, and I'll respond within 24 hours!
Recent Posts
- Automating Code Linting with GitHub Actions for WordPress Plugins
- Comprehensive Guide to Linting PHP, JavaScript, and CSS in WordPress Plugins Using Composer
- The Ultimate Guide to Indexing in Database Design
- Understanding 'update_meta_cache' in WordPress - When to Use It, When Not to, and Its Impact on Database Queries
- A Guide to Configuring JavaScript and SCSS Paths in WordPress Plugins with @wordpress/scripts
Your Questions / Comments
If you found this article interesting, found errors, or just want to discuss about it, please get in touch.