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

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Blue Blood
BBCoder II
BBCoder II
Posts: 20
Joined: 19 Oct 2011, 01:31
BBCodes: 12

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