View previous topic :: View next topic |
Author |
Message |
siatro -
Joined: 01 Jul 2006 Posts: 3
|
Posted: Sat Jul 01, 2006 2:15 pm Post subject: Anonymous read-only access |
|
|
This is such a newbie question I apologise for its simplicity. Nevertheless, all i want to do is to have read-only anon access to my default page which will link into other parts of my web site which may or may not have passwords. I cant seem to find an easy way to do this and i looked in the Help and the Tutorials. i am sure i have missed something.
Appreciate any help provided,
Steve |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Sat Jul 01, 2006 3:14 pm Post subject: |
|
|
A webserver is only able to serve read only pages. Only a copy of the file is sent to the web browser, the original is kept on the websever, so a visitor is unable to alter your pages. _________________ Olly |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Sat Jul 01, 2006 4:07 pm Post subject: |
|
|
As long as you're serving regular HTML-pages without any serverside code, you should be fine since there is no way for a visitor to change any content on your server.
A page can only be modified if you have some sort of serverside script that allows a visitor to modify the pages content. |
|
Back to top |
|
 |
siatro -
Joined: 01 Jul 2006 Posts: 3
|
Posted: Sat Jul 01, 2006 7:13 pm Post subject: Clarification on my original query |
|
|
Sorry all, i am aware that the server will by default serve pages in read-only mode but I should have been clearer: my core question is how do enable anonymous access. As far as I can see, i can create virtual paths and then allocate explicit use or group access. How can i allow anyone access to the site without providing credentials?
Thanks again
Steve |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sat Jul 01, 2006 8:00 pm Post subject: |
|
|
You dont. Its already anon access unless you tell it otherwise. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
siatro -
Joined: 01 Jul 2006 Posts: 3
|
Posted: Sun Jul 02, 2006 5:08 am Post subject: Thanks |
|
|
Perfect thats all i needed to know.
Steve |
|
Back to top |
|
 |
|