Would an .htaccess file be created in each directory (member directory)? I thought of doing a 301 redirect to the dynamic page each time, carrying in the member variable information, i.e. ../profilepage.php?memberID=423
I can do .htaccess files, that's not a problem, but I don't know the syntax to do what you are telling me about. Grrr.. --- In [email protected], Bruno Lustosa <[EMAIL PROTECTED]> wrote: > On 7/8/05, Marian Briones <[EMAIL PROTECTED]> wrote: > > But how can I do this - I do not have root on my server... > > > yup, basically, you set up a rewrite rule to check if /whatever is a > > > real directory or not. if it is, go to that folder, else, pass it to > > > the members.php page as the parameter. > > Check if you can put these in a .htaccess file. If you have > permission, this is surely the best way to do it. If your hosting > doesn't allow you to, then you must either find a new hosting or stick > with my symlink solution. > > -- > Bruno Lustosa, aka Lofofora | Email: [EMAIL PROTECTED] > Network Administrator/Web Programmer | ICQ: 1406477 > Rio de Janeiro - Brazil | Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
