Vander
Forum Replies Created
-
Hi @mowpr ,
thanks for your reply. I’ve just sent an email to the address. Many thanks!
Hi @vidugupta ,
I’ve checked my email and nothing found even in spam folder :/
Can you send it again?
Thanks
Hi.
Any news? I also contacted through contact form from your website and no one answered :/
Thanks
¿Any news or ideas?
Thanks!
Hi @vidugupta ,
thanks for your answer.
My current htaccess is the following code:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]After the last line is where I tried to paste the code from the docs.
This is the standard .htaccess for a subdirectory multisite + its specifics. it’s a directory-based multisite
Thanks!
Forum: Plugins
In reply to: [JWT Authentication for WP REST APIs] JWT Token not valid (403)Hi @abhiladdha07,
Thanks for your answer. Do you know where I can get a more detailed error response? All I got is this 403 in inspector console and the 403 Forbidden inside the plugin
Thanks