Resitrict user to his self dir

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Drixter

    Resitrict user to his self dir

    Hello,

    How to restrict user to his self dir and it's subdirs only in includes/fopen etc?
  • Alvaro G Vicario

    #2
    Re: Resitrict user to his self dir

    *** Drixter wrote/escribió (15 Jun 2004 02:36:20 -0700):[color=blue]
    > How to restrict user to his self dir and it's subdirs only in includes/fopen etc?[/color]

    If using Apache, add this to a VirtualHost or Directory container:

    php_admin_value open_basedir /home/user/


    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    • Drixter

      #3
      Re: Resitrict user to his self dir

      Alvaro G Vicario <alvaro_QUITAR_ REMOVE@telecomp uteronline.com> wrote in message news:<muonsklk4 vh7$.ymvp91im18 0l.dlg@40tude.n et>...
      [color=blue][color=green]
      > > How to restrict user to his self dir and it's subdirs only in includes/fopen etc?[/color]
      > If using Apache, add this to a VirtualHost or Directory container:
      > php_admin_value open_basedir /home/user/[/color]

      But if I using dynamic vhost?
      like mod_rewrite

      Comment

      Working...