Welcome Guest, Not a member yet? Register   Sign In
Problem with .htaccess on ubuntu (apache2)
#9

[eluser]xxIdroxx[/eluser]
not work.
This is my 000-default
Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /var/www
<Directory />
  Options FollowSymLinks
  AllowOverride All
</Directory>
<Directory /var/www/>
  Options Indexes FollowSymLinks MultiViews
  AllowOverride All
  Order allow,deny
  allow from all
</Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
  AllowOverride None
  Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
  Order allow,deny
  Allow from all
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.log

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

CustomLog ${APACHE_LOG_DIR}/access.log combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options All
        AllowOverride All
        Order deny,allow
        Deny from all
        Allow from all
    </Directory>

</VirtualHost>


Messages In This Thread
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 10:23 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 10:58 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:10 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:15 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 11:18 AM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 12:16 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 03:14 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-05-2012, 09:07 PM
Problem with .htaccess on ubuntu (apache2) - by El Forum - 02-06-2012, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB