can you try to substitute:
/wp-content/plugins/wp-w3all-phpbb-integration/views/phpbb_last_topics.php
with this one in attach? May a global var missed/not assigned, cause that the url built in wrong way ... but it is strange
Last topic widget + registration redirect to iframe
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Last topic widget + registration redirect to iframe
I'll try it tomorrow and I'll let you know.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Last topic widget + registration redirect to iframe
It did nothing.
Could it be it has something to do with .htaccess? 'Cause suddenly a code I added earlier this week was gone.
Could it be it has something to do with .htaccess? 'Cause suddenly a code I added earlier this week was gone.
Code: Select all
# BEGIN WordPress
# De richtlijnen (regels) tussen `BEGIN WordPress` and `END WordPress` worden
# dynamisch aangemaakt en zouden enkel aangepast mogen worden via WordPress filters.
# Elke wijziging aan deze richtlijnen tussen deze markeringen worden overschreven.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
##------Forceer HTTPS verbinding geheel domein------##
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
##
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Last topic widget + registration redirect to iframe
Have you try to remove this from the htaccess, but it seem correct:
what happen?
Code: Select all
##------Forceer HTTPS verbinding geheel domein------##
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
##
-
- User ww
- Posts: 43
- Joined: Tue Feb 11, 2020 8:45 am
Re: Last topic widget + registration redirect to iframe
Well, that was the code that was suddenly removed. No idea why because I hadn't opened it after I put that code there the first time.
When I remove that, the http:// adress becomes available again, which results in not being able to login.
When I remove that, the http:// adress becomes available again, which results in not being able to login.