I have GoogleTap working on my phpnuke portal, i have a "Personal Contacts" module called "FriendFinder" and thanks to GoogleTap i made that when my users type myweb.com/theusername it redirects to his "friendfinder" profile but i have to do it manually editing the htaccess file everytime that an user registers to my web.
¿How could i make it automatically?
That's an example URL of a "Friendfinder" profile: modules.php?name=FriendFinder&op=userinfo&ffusername=terry1
Please, help me. Thank you!!
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12389
Posted:
Fri Nov 24, 2006 11:52 pm
Well you would need a more specific rule
If you just do mysite.com/* then any URL would be rewritten. My suggestion would be to prefix it
mysite.com/users/* and then you could make a quick RewriteRule
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum