Search found 3 matches
- 04 Sep 2024, 09:56
- Forum: Help
- Topic: Multi site's using sub domains
- Replies: 1
- Views: 4241
Multi site's using sub domains
Hi mate, Iam new to aimeos. i don't know how to setup multi site routing using sub domain with following configurations: Main Domain: aimeos.domain.com Subdomain: aimeos1.domain.com I created a site named 'aimeos1' and added the following configurations: In config/shop.php: 'routes' => [ 'admin' => ...
- 04 Sep 2024, 05:06
- Forum: Help
- Topic: Issue at multi site's creation
- Replies: 3
- Views: 7636
Re: Issue at multi site's creation
Thank you. I have set up multi-site routing using subdomains with the following configurations: Main Domain: aimeos.selldesk.in Subdomain: aimeos1.selldesk.in I created a site named 'aimeos1' and added the following configurations: In config/shop.php: 'routes' => [ 'admin' => ['domain' => '{site}.yo...
- 02 Sep 2024, 07:37
- Forum: Help
- Topic: Issue at multi site's creation
- Replies: 3
- Views: 7636
Issue at multi site's creation
I am using Ubuntu 20.04.6 LTS with PHP 8.1 I have followed all the steps outlined in the Aimeos documentation for customizing multiple shops (https://aimeos.org/docs/latest/laravel/customize/#multiple-shops), available at this link. I successfully created a site named "site1" and set up th...