You are not logged in.
Pages: 1
Thanks for your reply Admin,
It's running on an Apache shared server environment. BigTree setup IIRC did state to not select Basic routing. What I will do is to uninstall and reinstall clean.
.htaccess file is as below;
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^$ site/ [L]
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule (.*) site/$1 [L]
Many apologies if the format of the following is incorrect as I have just started delving into BigTree this last week.
I've got the Form Builder template installed and am getting the following error;
Failed to load plugin: visualblocks from url http://<my URL>/admin/js/tinymce4/plugins/visualblocks/plugin.min.js
In the cPanel File Manager I notice that there is no /admin/ folder but there is /core/admin/ as below...
http://<my URL>/[core]/admin/js/tinymce4/plugins/visualblocks/plugin.min.js
What would be the correct procedure to advance with this problem?
Many thanks.
Pages: 1