Bjarstal Posted August 22, 2022 Share Posted August 22, 2022 Hi I can't figure out how to set up the server to use Multistore, having each store on a unique domain. I've my own server and handle the domains by using Virtualmin. Imagin this setup: www.maindomain.com then www.seconddomain.com www.thirddomain.com www.forthdomain.biz etc. I register the domain names and direct them to my server in the DNS settings of the registrator. But then, what do I do on my server? If there is a call coming to seconddomain.com, where shall Apache look then, where will Apache find secconddomain.com? I guess somewhere in the filesystem for maindomain.com, but where??? Greatful for any help! Link to comment Share on other sites More sharing options...
endriu107 Posted August 22, 2022 Share Posted August 22, 2022 All your domain should point same catalog, there where you have your PrestaShop files. Link to comment Share on other sites More sharing options...
El Patron Posted August 22, 2022 Share Posted August 22, 2022 Plesk and Cpanel you alias other domains to your main domain. Make sure to use incognito windows when testing. Link to comment Share on other sites More sharing options...
Bjarstal Posted August 22, 2022 Author Share Posted August 22, 2022 26 minutes ago, endriu107 said: All your domain should point same catalog, there where you have your PrestaShop files. Hi and thanks! I've done so, but the browser gives an error saying "Too many redirects". What could it be? Link to comment Share on other sites More sharing options...
El Patron Posted August 22, 2022 Share Posted August 22, 2022 When to many redirects sometimes this is because there is http in front of domain name defined to ps. Also try recreate .htaccess by turning of then re enabling friendly url. Link to comment Share on other sites More sharing options...
Bjarstal Posted August 22, 2022 Author Share Posted August 22, 2022 53 minutes ago, El Patron said: When to many redirects sometimes this is because there is http in front of domain name defined to ps. Also try recreate .htaccess by turning of then re enabling friendly url. Hi I've some other problems now. Error 500. I will think a little more and I'll probably be back when I understand better what is going on. Thanks for the help. Link to comment Share on other sites More sharing options...
El Patron Posted August 22, 2022 Share Posted August 22, 2022 16 minutes ago, Bjarstal said: Hi I've some other problems now. Error 500. I will think a little more and I'll probably be back when I understand better what is going on. Thanks for the help. Enable ps.debug mode, 500 is generic error code. Link to comment Share on other sites More sharing options...
Bjarstal Posted August 23, 2022 Author Share Posted August 23, 2022 20 hours ago, El Patron said: Enable ps.debug mode, 500 is generic error code. Hello again Now I've solved it! It had all to do with settings in Virtualmin and folder rights and I could see that thanks to the debug mode you suggested. I was suggested by staff from Virtualmin to create an Alias insted of a domain, and to start with it looked fine, but then I relized I could not install a certificate; so I then created a domain in Virtualmin seconddomain.com, and tried to give it the folder paths and User and Group of the main domain maindomain.com , but Virtualmin interface objected. I so looked up the seconddomain.com domain config file in /etc/apache2/sites-available and made all changes manually, sidestepping the Virtualmin interface. The first thing I did was to change the SuexecUserGroup to the values of maindomain.com, in my case "#1004" "#1004" to give the correct folder rights Then I changed all directory paths (except for cgi-bin) from /home/maindomain/public_html to /home/secconddomain/public_html Remember doing it for both :80 and :443 But when trying to run seconddomain.com there were errors saying (remember I'm still in debug mode) The directory "/home/maindomain/public_html/var/cache/dev/doctrine" is not writable. I changed folder rights for /doctrine from 0755 to 0775 and now it is all working. I hope someone will have use for this information. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now