1 saunders Oct 04, 2019 15:46
3 fplanque Oct 27, 2019 23:43
We sincerely hope you get help from the community on these forums but the dev team cannot investigate this in the realm of free support.
However, please note: If you use multiple domains, your base URL must NOT include a folder name.
4 saunders Oct 28, 2019 10:07
@fplanque thanks for the information. Conclusion: the way support was given in this forum has changed. Up to now I got great help from you and others from the dev team. So this will no longer happen. That is sad, because the community is not so virulent, because it is too small to I suppose, to function as a support community.
So does it make sense to report any bug that is not really virulent for the core functions of b2e in case there is no real chance to get it answered?
In this special case there seem only few use multiple domains and subdomain based collections and those few don't seem to be interested to give support.
The only member who consequently tried to help was @amoun .
Regards, Will
5 fplanque Oct 28, 2019 22:42
Sorry, I have limited time for free support.
Again the scope of the software has limits and in this case: If you use multiple domains, your base URL must NOT include a folder name.
6 amoun Oct 29, 2019 00:14
Hi @saunders
I can't quite get my head around reading your post from top to bottom at the moment so this is what I have.
I have sub domains vow.calstock.org.uk
and elf.calstock.org.uk
They respectively redirect to https://calstock.org.uk/vow
and https://calstock.org.uk/elf
So on my root folder I have folders /vow and /elf each of which has an index.php file that opens the separate sites.
This may not be what you want but if you can relate to that I may be able to look at the situation relative to my set up.
7 saunders Oct 29, 2019 11:05
@fplanque
@fplanque wrote earlier:
Again the scope of the software has limits and in this case: If you use multiple domains, your base URL must NOT include a folder name.
There is no extra folder name in the root.
b2e is installed at that folder ("/blogs") so this folder is the root
@amoun
what do you mean by redirected? could you please send a screenshot of your base-Url of the collection and asset-urls of the collection?
Could you please attach you index.php?
And does your workaround match with what @fplanque mentioned above?
Thanks and Regards, Will
8 amoun Oct 29, 2019 12:13
what do you mean by redirected?
using cPanel I created sub-domains (elf, vow) then redirected them as mentioned in my previous email.
could you please send a screenshot of your base-Url of the collection and asset-urls of the collection?
base url is calstock.org.uk and all assets are default folders in root i.e. first option on each selction.
Could you please attach you index.php?
my index.php for the initial root domain calstock.org.uk is the standard.
each sub domain has a folder with it's own index.php which ias called bt the redirect. All that is different in the individual sub-domain/index.php
file is the number for the collection being called.
i.e. $blog = 16; If you copy the root index.php you will see, around line 24
require_once dirname(__FILE__).'/conf/_config.php';
of the index.php file is in another folder/directory you will have to up the access i.e.
require_once dirname(__FILE__)../.'/conf/_config.php';
Attach one of my examples, as a text file, from a decade ago which works fine :)
As far as refering to @fplanque 's input
However, please note: If you use multiple domains, your base URL must NOT include a folder name.
The mention is of multiple domains not sub domains
Secondly my sub domains all use the same database and each is effectively just a separate collection.
Attachments:
- index.txt (1.4 KB)
Hello b2volution, Someone around this thread?