Page 1 of 1

not loading admin panel after installation

Posted: Thu Nov 28, 2019 4:15 pm
by Dillerwm
Hello.
There are two bugs.
1) On one site, te3 does not see Google spiders.
2) Today I installed Te3 on three new sites. Successfully installed, added to the general network, but I can not go to their admin panel. Only the admin header with the word "Loading...". So on all three new sites.
I tried to reinstall - it does not help.
Please tell me what can be done?

Re: not loading admin panel after installation

Posted: Fri Nov 29, 2019 7:59 am
by Dillerwm
second trouble is fixed. Trouble was due to rewrites in the htacces file.
it was like this:
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]

corrected to:
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteCond %{REQUEST_URI} !^/te3 directory/.+
RewriteRule ^(.*)index.php$ /$1 [R=301,L]