Tag: Directory

  • AllowOverride in Virtual Host using Directory Block

    I know this may seem a little simple, but it took me a while to work this one out. I was trying to get my installation of XAMPP to allow me to put php_value values into my .htacces file, for a site defined in a <VirtualHost> block. e.g. .htaccess file contents: php_value include_path C:\…~pathtodomain~… php_value…