Installed 11.0 working perfectly ,
first i haved a lot of errors and everything was becuse of an older php, upgraded to 7.4 on cpanel and all the errors are gone, except for some problems with HTTPS, so i modified htacces to this:
PHP:
Options All -Indexes
RewriteEngine On
RewriteBase /
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://YOURURL/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?altum=$1 [QSA,L]
<Files debug.log>
Order allow,deny
Deny from all
</Files>
<IfModule mod_expires.c>
ExpiresActive On
# Images
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType image/webp "access plus 1 year"
ExpiresByType image/svg+xml "access plus 1 year"
ExpiresByType image/x-icon "access plus 1 year"
# CSS, JavaScript
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
</IfModule>
From here i start to have the spam accounts but no one complete the registration process, so after making the SMTP server to work and the test email, activation emails starts to work and give free access to all that F....g bots.. Recaptcha v2 was the problem solver, all the bots are gone.
None a single error from now on, i also modified a lot of things like:
- Removed Pixels
- Removed Custom domains
- Removed UTM
- Translated everything to spanish
- Add a new payment method (coding in proress)
Everythig works perfect in harmony, so im cosidering not to update to 11.1 with the steps they say like overwriting all the files, if you look at the changes the are not so much, so i will search for the files that has been changed and add or remove the codes, also the language pack only add 4 o 5 lines, not a lot.
If i can help anyone just let me know.