Jump to content

Seperate Directories for Files?


Cloud9247

Recommended Posts

Well,

I have had a membership system set up for about 2 months on my site, [a href=\"http://the-knighthood.net\" target=\"_blank\"]http://the-knighthood.net[/a], and I was wanting to set it up so each user can have their profile viewed at [a href=\"http://the-knighthood.net/~Username~\" target=\"_blank\"]http://the-knighthood.net/~Username~[/a], instead of [a href=\"http://the-knighthood.net/member.php?member=view&profile=4\" target=\"_blank\"]http://the-knighthood.net/member.php?membe...w&profile=4[/a] (too long x_X), but I have no idea how to do this, and I can't seem to get any help off of google, please help!

Thank you,
Cloud9247
Link to comment
Share on other sites

Sledgehammer approach...

when user registers and submits profile, script creates a folder using the user's name AND creates an index.php file in that folder to display the profile.

OR perhaps I too mis-read your question.

Lite...
Link to comment
Share on other sites

okay so i lied a little bit. i kinda sorta know how to do it but not completely.

well i know there is a way to do it by putting some stuff in .htaccess something like

[code]
+FollowSymlinks
RewriteEngine on
RewriteRule ^varname/(.*) http://www.blah.com/profile.php?varname=$1
[/code]

and then when you do like

www.blah.com/CrayonViolent

it takes you to

profile.php?varname=CrayonViolent

and you just get the info via regular means like $_GET or $_REQUEST

i hope that points you in the right direction...
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.