Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MrSplash

Pages: [1]
1
i've tried this and it doesn't work. My virtual host config file looks like this:

Code: [Select]
NameVirtualHost *

<VirtualHost *>
        ServerAdmin webmaster@localhost

        ServerName primeFocus
        DocumentRoot /var/www/site

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined
        ServerSignature On

        # Under this directory you can manually configure every thing
        # you may need of that stuff
        Include sites-available/user-ebox-site/*

        AccessFileName .htaccess


        Options Indexes FollowSymLinks
</VirtualHost>
<Directory />
AllowOverride None
</Directory>

Could you shed some light on where we are going wrong.

We have mod_rewrite loaded.

2
Hi,

I'm running ebox for our office filesharing and also have the ebox web server installed. However I can't seem to get .htaccess files to work.

I have created a .htaccess file and inserted some gobbledygook which should give me an internal server error, however it isn't happening. How to I turn on the usage of .htaccess files?

Thanks

Pages: [1]