Greetings, quick question re: W3all plugin for login integration

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Greetings, quick question re: W3all plugin for login integration

Post by axew3 »

phpBB htaccess:
try to change:
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
with
<Files "config.php">
Order Allow,Deny
Deny from All
Allow from example.org
</Files>
Where example.org need to be changed with domain name where WP is installed ( i presume isn't at https://raiderforums.com )
I presume will be a problem about https after this resolved. That can be easily done after you'll have fix this before.
User avatar
corleone
User w
User w
Posts: 17
Joined: Sun May 29, 2016 2:29 pm

Re: Greetings, quick question re: W3all plugin for login integration

Post by corleone »

axew3 wrote:phpBB htaccess:
try to change:
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
with
<Files "config.php">
Order Allow,Deny
Deny from All
Allow from example.org
</Files>
Where example.org need to be changed with domain name where WP is installed ( i presume isn't at https://raiderforums.com )
I presume will be a problem about https after this resolved. That can be easily done after you'll have fix this before.
OK, do I need to format it such like above ?
raidersdigest.com
or
http://raidersdigest.com
User avatar
corleone
User w
User w
Posts: 17
Joined: Sun May 29, 2016 2:29 pm

Re: Greetings, quick question re: W3all plugin for login integration

Post by corleone »

It must be the first option without the http because that sends my phpbb site offline.

OK, I did the changes as

<Files "config.php">
Order Allow,Deny
Deny from All
Allow from raidersdigest.com
</Files>

I am still getting the error though in my wordpress settings.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Greetings, quick question re: W3all plugin for login integration

Post by axew3 »

Not possible. This the problem.
As install procedure say, you can't install wp_w3all for cross domain. Your is a cross domain, Not a same domain install.
wp_w3all run only on same domain:
example:
forum.axew3.com // phpBB
axew3.com // WP

or
mysite.com // phpBB
mynicesite.mysite.com // WP

etc ... on same domain!
It is possible to modify wp_w3all to be suitable also on cross domains installations, but it require to be modified.
User avatar
corleone
User w
User w
Posts: 17
Joined: Sun May 29, 2016 2:29 pm

Re: Greetings, quick question re: W3all plugin for login integration

Post by corleone »

axew3 wrote:Not possible. This the problem.
As install procedure say, you can't install wp_w3all for cross domain. Your is a cross domain, Not a same domain install.
wp_w3all run only on same domain:
example:
forum.axew3.com // phpBB
axew3.com // WP

or
mysite.com // phpBB
mynicesite.mysite.com // WP

etc ... on same domain!
It is possible to modify wp_w3all to be suitable also on cross domains installations, but it require to be modified.
Yes, I asked that in my original post before we did all this troubleshooting :(

I appreciate the effort anyway, I hoped I could do it. If you ever feel like modifying it for cross domain, I can be your guinea pig to test it out.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Greetings, quick question re: W3all plugin for login integration

Post by axew3 »

i'm sorry i've not noticed about cross domain ...
guinea pig :)
I will start to look on this as soon i can, but it is not the same as add a widget.
Will let you know ...
Post Reply