enable htaccess site by site or server wide

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

  1. mspIggy

    mspIggy New Member

    we need htacess site by site or server wide...

    as is suspected - server error when i load now...

    new install ubuntu server 8.04

    how can this be done?

    what file needs to be edited?

    what edit needs to be added...

    many thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the exact error message that you get.
     
  3. mspIggy

    mspIggy New Member

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    ..........
    a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request
    please....

    how is htaccess enabled...

    thank you
     
  4. 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