Page 2 of 2

phpBB URL For User Profile www.domain.com/User Name

Posted: 10 Dec 2012, 02:46
by Blue Blood
Blackwolf wrote:I tried it & got my default self modified 404 page..... :|
You will get the 404 page if you didn't do this edit or if your host doesn't allow mod rewrite.
Open
.htaccess

At the end of the file add

Code: Select all

RewriteEngine on
Rewriterule ^([^/\.]{3,})$ ./memberlist.php?mode=viewprofile&un=$1

Solidjeuh wrote:No this changes nothing .. still the same problem :)
I didn't think it would help, I need to look in the Arcade code to see what the conflict is...
I will try to check it out 2 night!!