Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

file .htaccess

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
.htaccess file - I have set up an .htaccess file in a private directory that I am hosting. I included the Directory in as such... AuthType Basic AuthName "By

.htaccess file - Hope this is the right NG for this post. Well, I have 2 files (php) in the webroot of a site. I want that this 2 files can be accessed only by a referer. I wrote this in my htaccess file: Referer ..

Use of htaccess file with Apache - Suppose I write an / rule in a htaccess and it resides in the root If I write another / rule in another htaccess file in a 1) Would the server still access the htaccess file in root as well as the ..

.htaccess file makes 403 - hi folks, i wrote a .htaccess file with the following content: On !-f / ^typo3$ index.php but when accessing this page, a 403..

Can htaccess include another file? - Hi, I want to achieve something like this. Imagine I have a file called which contains a whole bunch of IP addresses which I want to blocked, one per line. Can I do something like this? <Files deny from..
Next:  Apache: question on apache upgrade  
Author Message
Andrea

External


Since: Nov 20, 2006
Posts: 2



(Msg. 1) Posted: Wed Oct 31, 2007 8:06 am
Post subject: file .htaccess
Archived from groups: alt>apache>configuration (more info?)

Hi,

I have a Fedora 7 with a Web server httpd-2.2.6-1 and i have some problem
with file .htaccess, infact system don't ask me authentication and show me
html pages.

This is the configuration of httpd.conf about htaccess:
....
AllowOverride All
....
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>

And this is file .htaccess:

AuthName "Accesso riservata"
AuthUserFile /path/to/directory/.htpasswd
AuthType Basic
AuthGroupFile /dev/null
Require valid-user
<Files ~ ".*\.htm$">
Require user xxxxxxx
</Files>


What is incorrect?

Thank's

Andrea

 >> Stay informed about: file .htaccess 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]