|
Posted by Captain Paralytic on July 18, 2008, 6:32 am
Please log in for more thread options >
>
>
>
>
>
> > > Hello, Can anyone suggest me solution?
>
> > > I Need to manage different types of documents (doc,xls,ppt etc) in
> > > server. I have folder structure to maintain these documents in server=
.
>
> > > Say folder1 is having all doc files; folder2 is having all xls files
> > > and so on.
>
> > > Now these documents should not be able to get access through the url
> > > by directly typing path.
> > > E-g if I try to access directlywww.mywebsite.com/folder1/xyz.docit
> > > will open the document in browser itself.
> > > At the same time these documents should be access only through our
> > > website once they are login. But without login also if you know the
> > > path you can get these documents how should I avoid it?
>
> > > How can I provide security to these documents in server?
>
> > Depending on webserver your should look at .htacceess for Apache or
> > httpd.ini for IIS...
>
> well we are using yahoo server and it doesn't allow .htaccess to
> upload or manipulate by developers
> so is there any other way? i just want that doc or xls files should
> not be able to open directly unless person has properly login.- Hide quot=
ed text -
>
> - Show quoted text -
You're not going to be able to do much on yahoo server I'm afraid. The
most common way to do this is to store the files outside of the web
root and use a php script to deliver the file.
I suggest you change hosts. There are much better value ones out there.
|