Skip Navigation

[Closed] after reactivating the license on the main domain i'm missing some actavations

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 16 replies, has 2 voices.

Last updated by victorD-4 1 year ago.

Assisted by: Mateus Getulio.

Author
Posts
#2707493

I think I found the problem.
The main domain was redirected to the correct directory using the .htaccess file. The redirection was causing problem with toolset for some reason.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^tsv.bg$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.tsv.bg$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /tsv.bg/$1 [L]

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) hidden link [R=301,L]

moving all site files in the main /public_html/ directory and removing the redirection seems to fixed the problem.
Toolset seems to be working ok now.

#2707497

Although I've resolved my particular case, I think you still need to look in to that - there shouldn't be a problem using toolset on a redirected domain, so it could be considered a bug.

The topic ‘[Closed] after reactivating the license on the main domain i'm missing some actavations’ is closed to new replies.