Advertisement

08.06.2008 at 01:02AM PDT, ID: 23624880
[x]
Attachment Details

.htaccess don't working ,

Asked by nedimk in SuSE Linux

Tags: suse, apache, 2.2, AccessFileName dont working

Hi experts

my problem
htaccess dont run on suse 10.1 , apache 2.2

my configuration file parts listed ...
whats problem, whats wrong.Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
httpd.conf
 
<Directory />
    Options None
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>
 
# use .htaccess files for overriding,
AccessFileName .htaccess
# and never show them
<Files ~ "^\.ht">
    Order allow,deny
    Deny from all
</Files>
 
virtuals.conf
 
<VirtualHost AAA.BBB.CCC.DDD:80>
    ServerAdmin xxx@yyy.com
    ServerName xxxx.com
    DocumentRoot /serv/xxxx.com/www
    HostnameLookups Off
    UseCanonicalName Off
    ServerSignature Off
 
    <IfModule mod_userdir.c>
        UserDir public_html
        Include /etc/apache2/mod_userdir.conf
    </IfModule>
 
 
    <Directory "/serv/xxxx.com/www">
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
	Allow from all
    
    </Directory>
 
</VirtualHost>
[+][-]08.08.2008 at 12:12AM PDT, ID: 22187971

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: SuSE Linux
Tags: suse, apache, 2.2, AccessFileName dont working
Sign Up Now!
Solution Provided By: elf_bin
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.27.2008 at 11:33PM PDT, ID: 22332075

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09.01.2008 at 01:30AM PDT, ID: 22358290

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09.05.2008 at 08:14PM PDT, ID: 22405469

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628