.htaccess Not Working?

Discussion in 'Installation/Configuration' started by emil2k, Dec 21, 2007.

  1. emil2k

    emil2k New Member

    I'm having trouble with .htaccess files running mod_rewrite, I enabled the rewrite module with a symlink and changed the AllowOverride to All and reloaded and it still doesn't do the simple check found here:

    http://www.webune.com/forums/viewtopic-p-62.html

    When I click the second link it simply shows a 404, this is what I put in the httpd.conf for this:

    Code:
    <Directory /var/www>
            AllowOverride All
    </Directory>
    
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Which distribution are you using? If it's Debian or Ubuntu, what's the output of
    Code:
    ls -la /etc/apache2/mods-enabled
    ?

    Can you post the vhost configuration of that vhost?
     

Share This Page