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?
not loading admin panel after installation
Moderator: Rock
Re: not loading admin panel after installation
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]
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]