1 tgodfrey Feb 02, 2016 01:11
3 tgodfrey Feb 02, 2016 07:17
Yes it is. I have other b2 installs running OK.The B2 system log tells me
A redirection to an external URL http://www.qldbushfire.com.au/ was blocked for security reasons - Empty object ID
which I assume refers to the post title (set to optional).
Also, I note that a sidebar link to http://www.qldbushfire.com.au I have set up on the /manage page only appears on that page when accessed from the backend/collections link.
4 haharen Feb 02, 2016 08:50
@tgodfrey
Sorry, I don't know why the same domain url 'http://www.qldbushfire.com.au/' gives an external URL warning, however you can turn it off by changing the value of the file conf\_advanced.php
from
$allow_redirects_to_different_domain = 'all_collections_and_redirected_posts';
to
$allow_redirects_to_different_domain = 'always';
But I think it is not the reason why you get the 404 error.
I suggest that you use the other URLs method, such as 'Extra path on index.php' instead for a moment.
5 tgodfrey Feb 02, 2016 23:15
Your URL suggestion works - thanks for that.
It would be good to know what is causing the odd behaviour.
Have you installed and enabled the mod_rewrite moudle on your apache?