Show Posts
|
Pages: [1] 2
|
5
|
FreePgs Related / Support Requests / Re: Folder viewing issue
|
on: March 23, 2007, 02:01:46 PM
|
works for me Index of /images
Icon Name Last modified Size Description[DIR] Parent Directory - [IMG] 70rogue.png 23-Mar-2007 10:23 188 [IMG] firefox003366.gif 23-Mar-2007 10:23 1.2K [IMG] gnomespace.jpg 23-Mar-2007 10:24 409K [IMG] pnkst4.gif 23-Mar-2007 10:24 7.9K [IMG] seanfiller.jpg 23-Mar-2007 10:24 20K [IMG] st_pk4.gif 23-Mar-2007 10:24 1.5K [IMG] thunderbird003366.gif 23-Mar-2007 10:24 826
Apache/2.0.54 (Fedora) Server at spanspace.freepgs.com Port 80
|
|
|
7
|
FreePgs Related / Support Requests / Re: Preventing people to see the content of a directory
|
on: February 05, 2007, 07:41:09 AM
|
Multiviews
MultiViews is a per-directory option, meaning it can be set with an Options directive within a <Directory>, <Location> or <Files> section in access.conf, or (if AllowOverride is properly set) in .htaccess files. Note that Options All does not set MultiViews; you have to ask for it by name.
The effect of MultiViews is as follows: if the server receives a request for /some/dir/foo, if /some/dir has MultiViews enabled, and /some/dir/foo does not exist, then the server reads the directory looking for files named foo.*, and effectively fakes up a type map which names all those files, assigning them the same media types and content-encodings it would have if the client had asked for one of them by name. It then chooses the best match to the client's requirements.
MultiViews may also apply to searches for the file named by the DirectoryIndex directive, if the server is trying to index a directory. If the configuration files specify
DirectoryIndex index
then the server will arbitrate between index.html and index.html3 if both are present. If neither are present, and index.cgi is there, the server will run it.
If one of the files found when reading the directive is a CGI script, it's not obvious what should happen. The code gives that case special treatment --- if the request was a POST, or a GET with QUERY_ARGS or PATH_INFO, the script is given an extremely high quality rating, and generally invoked; otherwise it is given an extremely low quality rating, which generally causes one of the other views (if any) to be retrieved.
|
|
|
12
|
FreePgs Related / Support Requests / root folder
|
on: December 25, 2006, 09:48:31 AM
|
what am i suppsed to put for the The absolute path to your links directory : Most Apache servers use public_html/ as the root directory. If your links directory is in this folder, use this. If it is in a sub directory called "links" then your absolute path is "public_html/links" Do not add a trailing "/ the link to the script is http://dans34.freepgs.com/site/datasheets but that dosnt work
|
|
|
|