PDA

View Full Version : help with server please


Darrell
09-27-2002, 03:54 AM
Can anybody give me some technical advice please? I have a dedicated server and want to do this -

I have three paysites and want to have all the content for all three sites in one shared directory. I need a directory (that is not accessible from a browser) that only allow access from the three paysites. This will (I think) get around any members password htaccess problems. Also, I don't have root access to my server, so if I can set this up without root access and not have to contact my host, that would be great.

Any help would be appreciated.

Darrell

Darrell
09-27-2002, 10:47 AM
Anyone :)

rowan
09-27-2002, 10:52 AM
You mean you want www.somesite1.com/members/images/ and www.somesite2.com/members/images/ to have identical content? You should be able to do this with a hard link. You'll need to ask your host to set it up. Basically it lets you set an arbitrary directory to point to the real directory.

Cheers.