On Wed, 17 Mar 2004 12:37:55 +1000
Tom Rogers <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Wednesday, March 17, 2004, 12:24:27 PM, you wrote:
> NR> Thanks, it is set right, but I see some other things are not.
> NR> these other bits are set in a .htaccess file in the root of this
> NR> applications htdocs tree. When I execute a test.php file in the same
> NR> directory as the .htaccess file I presume the output of phpinfo() should
> NR> relect whats in the .htaccess file? If not, I assume I should be looking
> NR> in apache's config files at the AllowOveride stuff?
> NR> --
> NR> Nick Rout <[EMAIL PROTECTED]>
> 
> 
> Yes that is the next place to look

i added these lines to my apache config and restarted apache:

<Directory "/var/www/localhost/htdocs/cagc/">
    AllowOverride All
</Directory>

Still the specific settings in .htaccess don't get loaded. 

any other ideas?



> 
> -- 
> regards,
> Tom
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Nick Rout <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to