But how can I do this - I do not have root on my server...

--- In [email protected], Brian Cummiskey <[EMAIL PROTECTED]> wrote:
> Bruno Lustosa wrote:
> > On 7/8/05, Brian Cummiskey <[EMAIL PROTECTED]> wrote:
> > 
> >>Plus, there's LOTS of inherit chmod permisssion problems with the
> >>mkdir() function.
> >>
> >>IMO, the best way to do this, is to set up a mod_rewrite rule.
> >>
> >>site.com/membername
> >>is actualy
> >>site.com/members.php?membername
> >>
> >>or something to that extent.
> > 
> > 
> > Yes, thought about that also. But is there a way to do it without
> > having to add one rewrite rule for each member? It's a long time since
> > I have used rewrite rules.
> > 
> 
> 
> 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.
> 
> these should help:
> 
> http://www.alistapart.com/articles/urls/
> http://www.alistapart.com/articles/succeed/
> http://httpd.apache.org/docs/mod/mod_rewrite.html
> http://httpd.apache.org/docs-2.0/misc/rewriteguide.html




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/
 



Reply via email to