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

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

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

Post 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!!