Closed (fixed)
Project:
phpbb
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2006 at 08:59 UTC
Updated:
24 Oct 2006 at 23:07 UTC
I am using drupal 472 and the latest phpbb. everything works fine.
but i want that user registering via the drupal page, not the phpbb board. the same with login.
i tried to redirect but the rewriterules i used did not work.
Comments
Comment #1
arkepp commentedThe current module doesn't cloak up registration with redirects, I will fix that when I get a chance.
With regards to your mod_rewrite problems you need to obtain more information, there's very little I can suggest base on what you have told me.
1) Check that the .htaccess file is read. For example, click on the private message inbox and check whether you end up on a Drupal page.
2) Check that if your forum is not in a directory named phpBB2 that you have changed all the paths in the .htaccess file.
3) Turn on debugging / logging in mod_rewrite, see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
Comment #2
arkepp commented