Author Topic: [APACHE2] htaccess configuration  (Read 6018 times)

Offline YtseDrummer

  • Newbie
  • *
  • Posts: 7
[APACHE2] htaccess configuration
« on: October 08, 2007, 11:10:37 AM »
Hi!

I'm tryng to install roundcube...

I have a question:

In wich file I have to set

Quote
.htaccess support allowing overrides for DirectoryIndex if using Apache

?

Is in the virtual host file?


Offline dano

  • Full Member
  • ***
  • Posts: 124
Re: [APACHE2] htaccess configuration
« Reply #1 on: October 08, 2007, 12:32:55 PM »
The .htaccess file should be in the root folder of your Roundcube installation.

Offline YtseDrummer

  • Newbie
  • *
  • Posts: 7
Re: [APACHE2] htaccess configuration
« Reply #2 on: October 09, 2007, 02:41:52 AM »
I haven't found the file...

I have this part of in /etc/apache2/sites-enabled:

Code: [Select]
<Directory /var/www/netserver>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

Is it different for the htaccess configuration?

Offline dano

  • Full Member
  • ***
  • Posts: 124
Re: [APACHE2] htaccess configuration
« Reply #3 on: October 09, 2007, 12:45:38 PM »
When you download Roundcube it's in the root folder. If you uploaded all files then it is sure to be there.

If you're trying to find it using your FTP client then you need to make sure to enable viewing files that start with a '.' as these are hidden files so are not normally displayed.