Page 1 of 2

'WP w3all phpBB' disable my homepage

Posted: Mon May 16, 2016 12:55 pm
by rambodieschen
Hello

I have adapted the two paths, without the slash at the end, in the config.
Now I have access to he wordpress mainpage.
But no access to the sites of the page like (forum, links, news, history etc.). I can’t login to the WP-Admin!

Error message on my sites:
Not Found

The requested URL /index.php was not found on this server.
What i do wrong?

Thanks and regards
Rambodieschen

Re: 'WP w3all phpBB' disable my homepage

Posted: Tue May 17, 2016 1:03 pm
by axew3
Hello, i've not see this post yesterday, what's the url? Is online?
No access to admin? If in trouble, just delete the plugin folder.
But seem to be strange this behavior, so if you can post the url we can maybe try understand about what this can depend, as this is the first report about. Have your Apache server, mod_rewrite active? Are you in window server? WP .htaccess file is present on wp root? What contain inside?

Re: 'WP w3all phpBB' disable my homepage

Posted: Tue May 17, 2016 7:35 pm
by rambodieschen
Thank you for the reply.
WebServer mod_rewrite is enabled, in my hosting confixx, on all domains.
The URL is http://mimmyloo.de/V5/
What you mean with 'window server'?
And the .htaccess in WP Folder(= root) is:

Code: Select all

# BEGIN WordPress
<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 
Thanks

Re: 'WP w3all phpBB' disable my homepage

Posted: Tue May 17, 2016 11:29 pm
by axew3
Maybe rare, maybe not, i was asking if your server was like one of this: http://php.net/manual/en/install.windows.php
But the answer is No, your is Apache/2.2.22 on Debian Linux
i have try to register to your blog but:
all links on top-bar are not working, wp-login.php do not work, the forum link also do not point to forum and i can't find out a way to register and test. Is w3all_active?

Re: 'WP w3all phpBB' disable my homepage

Posted: Wed May 18, 2016 9:08 pm
by rambodieschen
Yes, i set it activ after the installation.

It is possible the Hiero theme is the problem?
I installed a new empty Forum and a wordpress only with this plugin. Then can i see the forum. When i change to Hiero Theme, then disappear the forum. http://mimmyloo.de/V6/wordpress/forum/

Re: 'WP w3all phpBB' disable my homepage

Posted: Thu May 19, 2016 12:09 am
by axew3
have you create the page forum on wp_w3all?
Ok you have create the blank page named forum on WP.
But now you need to create the page-forum.php inside your template folder.
You can do this creating it automatically on wp_w3all config under
Create or rebuild WordPress forum page template
set forum as page name value (like the WP blank page) and save to create the page.

So your page will be created inside your active template folder, the template page name to look for will be page-forum.php.

If it has not been created for some reason, you can add it manually coping file page-forum.php,
contained inside wp-content/plugins/wp-w3all-phpbb-integration/addons, into your template folder. So try to look the result.

Looking into your WP iframe page, this seem to be the reason of the problem. There is no page-forum.php into your template folder.