Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
some where else. Thank you for your fucking time.. next time impale your self on a dirty aids needle. And as always have a nice fucking day. I just said what you could not. Fuck you. Leon Sargent ' - The official Us

[EMAIL PROTECTED] Getting the configuration right no .htaccess files maybe all in httpd.conf file?

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: Security, my URL SEO to function and the Apple code from the htaccess file all put where they belong so they function. This is too vague to answer. This is the start of my .htaccess file in both Admin and Documents. AllowOverride AuthConfig

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: This is simple. Just look through httpd.conf and all your .htaccess files for all the Options directives, and make sure that none of them contain "Indexes" as one of the Options. The only one I found so far is here in httpd.conf O

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: Yes, in a section corresponding to the location of the content. DocumentRoot "/Library/WebServer/Documents" Before /Library would be my harddrive name. Documents is where my whole website is stored, files and directories. So for my URL

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:34 PM, Joshua Slive wrote: It looks to me that you are working off some lousy documentation someplace. Why not instead simply tell us what you want to do. All I want to do is not allow someone to type in my website lhsmarkets.com with a directory that does not have an

Re: [EMAIL PROTECTED] Verifying Apapche httpd.conf and other files one piece at a time as requested/

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:30 PM, Joshua Slive wrote: 2. You should probably just avoid .htaccess entirely. As the .htaccess tutorial explains, anything that can be done inside .htaccess can also be done in a section in httpd.conf. So just use httpd.conf and everything is simpler (no need to bothe

[EMAIL PROTECTED] URL SEO code in .htaccesss file.

2006-09-06 Thread Leon Sargent
This is the correct way of putting in the URL SEO code into a .htaccess file?AllowOverride AuthConfigAuthUserFile lhsmarkets.com/Library/WebServer/Documents/.htpasswdAuthGroupFile /dev/nullAuthName "Password Protected Area"AuthType BasicOptions +FollowSymLinksRewriteEngine OnRewriteBase /Documents/

[EMAIL PROTECTED] Apache HTTPD.conf questions.

2006-09-06 Thread Leon Sargent
DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # DirectoryIndex index.html My admin and store files are index.php. Do I need to change this? Leon ---

[EMAIL PROTECTED] More from my httpd.conf file.

2006-09-06 Thread Leon Sargent
UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir Documents I do not understand this. I don't understand who this works. In my .htaccess file I have all directories restricted from outside users unless there

[EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
Controls who can get stuff from this server. Order allow,deny Allow from all I have looked this up but still do not understand what it means. Does it mean anyone can access my webserver? Does this line from my >htaccess file override that. Documents is where my website is located.

[EMAIL PROTECTED] More on my Apache configuration

2006-09-06 Thread Leon Sargent
Options FollowSymLinks MultiViews I never could figure out what this was for in my Httpd.conf file. # # This controls which options the .htaccess files in directories can # override. AllowOverride All Does this allow the stuff I have in my .htaccess file I posted earlier such as the URL

[EMAIL PROTECTED] Verifying Apapche httpd.conf and other files one piece at a time as requested/

2006-09-06 Thread Leon Sargent
This is the first part of my httpd.conf file. # First, we configure the "default" to be a very restrictive set of # permissions. # Options FollowSymLinks AllowOverride None Will this code override this code in my .htaccess file? AllowOverride AuthConfig AuthUserFile lhsmarkets.com/Lib

Re: [EMAIL PROTECTED] My http.conf file and .htaccess file along with URL SEO installation instructions for .htaccess files

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 10:39 AM, Joshua Slive wrote: This list is not a consulting service where you can dump your config file and ask for it to be analyzed. It is a technical mailing list where you can ask specific questions and include small, relevant config excerpts. Okay that is fine... I

[EMAIL PROTECTED] My http.conf file and .htaccess file along with URL SEO installation instructions for .htaccess files

2006-09-06 Thread Leon Sargent
Http.conf file from Apache 1.3.3 Mac OS X 10.4.7ServerName www.lhsmarkets.com## DocumentRoot: The directory out of which you will serve your# documents. By default, all requests are taken from this directory, but# symbolic links and aliases may be used to point to other locations.#DocumentRoot "/Li

Re: [EMAIL PROTECTED] Before I post, this is the list for users of Apache with question about it's operation and set up

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 9:32 AM, Joshua Slive wrote: The first thing you should do is read: http://httpd.apache.org/docs/2.2/howto/htaccess.html which seems to answer a couple of your questions. Thank you Joshua. I had used that page and a few others to create my directives and my .htaccess fi

[EMAIL PROTECTED] Before I post, this is the list for users of Apache with question about it's operation and set up

2006-09-06 Thread Leon Sargent
want to make sure the .htacess and the directives are fully protecting my website from malicious people trying to bring it down. Leon Sargent - The official User-To-User support forum of the Apache HTTP Server Project. See http