Connecting Tech Pros Worldwide Help | Site Map

htacces &session_start

  #1  
Old March 12th, 2008, 05:45 AM
Alfred Wallace
Guest
 
Posts: n/a
Hi all,
/home/mydomaine/www/.
/alluser/authuser/files


dir alluser is free (accessed by http://mydomain.com
dir authuser as all php files resticted by a session (session_start...)
dir files MUST be accessed by an auth user (session started)



and the URL http://mydomain.com/alluser/authuser/files/myfile1.mf
should'nt work without a session was started

how can i do??

<?


  #2  
Old March 12th, 2008, 12:15 PM
Jerry Stuckle
Guest
 
Posts: n/a

re: htacces &session_start


Alfred Wallace wrote:
Quote:
Hi all,
/home/mydomaine/www/.
/alluser/authuser/files
>
>
dir alluser is free (accessed by http://mydomain.com
dir authuser as all php files resticted by a session (session_start...)
dir files MUST be accessed by an auth user (session started)
>
>
>
and the URL http://mydomain.com/alluser/authuser/files/myfile1.mf
should'nt work without a session was started
>
how can i do??
>
<?
>
>
>
Please cross-post, don't multipost.

Answered in alt.php.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread