Connecting Tech Pros Worldwide Forums | Help | Site Map

htacces &session_start

Alfred Wallace
Guest
 
Posts: n/a
#1: Mar 12 '08
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??

<?



Jerry Stuckle
Guest
 
Posts: n/a
#2: Mar 12 '08

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