Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

.htaccess file makes 403

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
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..

DirectoryIndex, and other commands for the htaccess file??? - I'm on a shared host and I'm new with setting up various for my files. I've created an htaccess file in the root, and I've set up most of my web site files under Inside that htaccess file, I've added..

Excluding a directory from a higher-ranking .htaccess file - Hi, I need to know if its possible to exclude on a specific directory using a .htaccess file. I'm not admin on the server and has to use .htaccess files to control the pages, I know it would be smarter to set up some rules..

htaccess question - Hi, I'm quite new with Apache (1.3.27), so this might be a simple question. I want to restrict the access to a directory using htaccess. A user from the local net should be able to access this directory without any login, any other user..

.htaccess problem - Hi all, First of all, sorry for the long story, but I hope it will make my problem clear and leaves as little questions as possible. I'm a problem with .htaccess that seems to be quite common. after spending hours..
Next:  Apache: Apache Test Page?  
Author Message
user2440

External


Since: Aug 27, 2003
Posts: 1



(Msg. 1) Posted: Wed Aug 27, 2003 1:46 pm
Post subject: .htaccess file makes 403
Archived from groups: alt>apache>configuration (more info?)

hi folks,
i wrote a .htaccess file with the following content:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteBase /
RewriteRule ^typo3$ typo3/index_re.php
RewriteRule ^[^/]*\.html$ index.php

but when accessing this page, a 403 appears. the server root is
/var/httpd and the dir where the domain points to is /var/httpd/data/ms

Can anybody help me?

Thanks,
Kilian

 >> Stay informed about: .htaccess file makes 403 
Back to top
Login to vote
admin34

External


Since: Jul 01, 2003
Posts: 47



(Msg. 2) Posted: Wed Aug 27, 2003 1:46 pm
Post subject: Re: .htaccess file makes 403 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kilian Hann" <kilian.NOSPAM.hann RemoveThis @gmx.de> wrote in message
news:bihr56$71q$00$1@news.t-online.com...
 > hi folks,
 > i wrote a .htaccess file with the following content:
 >
 > RewriteEngine On
 > RewriteCond %{REQUEST_FILENAME} !-f
 > RewriteBase /
 > RewriteRule ^typo3$ typo3/index_re.php
 > RewriteRule ^[^/]*\.html$ index.php
 >
 > but when accessing this page, a 403 appears. the server root is
 > /var/httpd and the dir where the domain points to is /var/httpd/data/ms
 >
 > Can anybody help me?
 >
Checlk your error log I had a similar sort of result and it was because
other things I needed for modrewrite to work wasn;t installed or enabled.

I can't find the exact error as the server I had the error on had a HD go
down "click click thunk" I need to rebuild it (add the SCSI drives and the
other spare IDE's

Mike.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: .htaccess file makes 403 
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 ]