site configuration file httpd.conf??

Discussion in 'Installation/Configuration' started by mspIggy, Jul 9, 2008.

  1. mspIggy

    mspIggy New Member

    hi...

    what file and path to the file, on the server is used for the configuration of the sites?

    on our old server it httpd.conf

    /etc/httpd/conf/httpd.conf

    is there a similar file here?

    i must enable htaccess on a site by site basis an i would imagin this is where i would do this with an "AllowOverride All" directive for any given site?

    thank you

    iggy
     
  2. mspIggy

    mspIggy New Member

    finally i found this

    .............

    very easy to do!

    many thanks to hans
    ...............................

    Probably .htaccess files are not allowed on your system.
    You can add the following to the Apache directives field of your website:

    <Directory "/var/www/web1/web">
    Options FollowSymLinks
    AllowOverride All
    </Directory>

    Where, web1 is your own webnumber.
    __________________
    Hans
     

Share This Page