I have no idea why mod rewrite is causing this, any ideas?Forbidden
You don't have permission to access /share/ on this server.
Apache/2.0.52 (Win32) PHP/4.3.10 Server at localhost Port 80
403 Forbidden
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
403 Forbidden
Ok! Well, I have an htaccess file in /root/web/share/, and when I add to my blank htaccess RewriteEngine On I get
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
Total guess but maybe:
EDIT: before any rewrite stuff
Code: Select all
Options +FollowSymLinksDoes this happen when you have just the blank .htaccess file in there? If not, are the entire contents of that .htaccess file:
???
Code: Select all
RewriteEngine OnReal programmers don't comment their code. If it was hard to write, it should be hard to understand.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
If you are refering to the actual httpd.conf then could you be a bit more specific.Buddha443556 wrote:Total guess but maybe:
Code: Select all
Options +FollowSymLinks
If you are refering to the .htaccess file, the rewrite engine on is the only thing on the file.
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
I was referring to the .htaccess. Yes, put it before the rewrite engine on.Jcart wrote:If you are refering to the actual httpd.conf then could you be a bit more specific.Buddha443556 wrote:Total guess but maybe:
Code: Select all
Options +FollowSymLinks
If you are refering to the .htaccess file, the rewrite engine on is the only thing on the file.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm