- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2021
12:44 AM
04-01-2021
12:44 AM
Can I get an overview of all Store URLs?
Hi,
I want to get an overview of all Store URLs using a database.
I need a list of all URLs in the database.
Someone can help me? I have no idea about that.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2021
11:00 PM
04-05-2021
11:00 PM
Re: Can I get an overview of all Store URLs?
Hello @marcinekno5200
Trust you are doing well,
You need to run the following query in your Magento database so you will get all store URLs.
SELECT * FROM `core_config_data` WHERE `path` = 'web/secure/base_url'
SELECT * FROM `core_config_data` WHERE `path` = 'web/unsecure/base_url'
Hope this helps you,
Problem solved? Hit the Kudos button and "Accept it as Solution"