Page 4 of 5
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 3:53 pm
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.
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 4:02 pm
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
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 4:11 pm
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.
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 4:13 pm
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.
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 4:17 pm
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.
Re: Greetings, quick question re: W3all plugin for login integration
Posted: Wed Jun 01, 2016 4:42 pm
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 ...