[PHP] APACHE .htaccess and PHP 403 errors

2002-02-10 Thread Andre Bajew
Hi, Anyone out there familiar with Apache's .htaccess running PHP scripts? I'm using Apaches's mod_rewrite to route some virtual hosts which runs great but is causing HTTP Error 403 - Access forbidden errors just for my .php scripts. I assume there is some sort of .htaccess statement that will

Re: [PHP] APACHE .htaccess and PHP 403 errors

2002-02-10 Thread Bogdan Stancescu
Just a guess, but is it possible that you get 403 because of file permissions? Sorry if this is stupid, but I vaguely remember something similar related to file permissions, so I took the chance... :-) Bogdan Andre Bajew wrote: Hi, Anyone out there familiar with Apache's .htaccess running