Welcome Guest, Not a member yet? Register   Sign In
Problem with remove index.php codelniter 2.0
#5

[eluser]ivelin[/eluser]
is not this problem.....
Quote:sudo apache2ctl -l

Compiled in modules:
core.c
mod_log_config.c
mod_logio.c
prefork.c
http_core.c
mod_so.c
Quote:/etc/apache2/mods-enabled$


alias.conf autoindex.conf mime.conf rewrite.load
alias.load autoindex.load mime.load setenvif.conf
auth_basic.load cgi.load negotiation.conf setenvif.load
authn_file.load deflate.conf negotiation.load status.conf
authz_default.load deflate.load php5.conf status.load
authz_groupfile.load dir.conf php5.load
authz_host.load dir.load reqtimeout.conf
authz_user.load env.load reqtimeout.load
Quote:/etc/apache2/sites-available/000-default

<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /home/az/PHP
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/az/PHP/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
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 /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

Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>

</VirtualHost>
I changed
Quote: AllowOverride None
with
Quote: AllowOverride all


Messages In This Thread
Problem with remove index.php codelniter 2.0 - by El Forum - 03-05-2011, 07:09 AM
Problem with remove index.php codelniter 2.0 - by El Forum - 03-05-2011, 04:44 PM
Problem with remove index.php codelniter 2.0 - by El Forum - 03-05-2011, 11:15 PM
Problem with remove index.php codelniter 2.0 - by El Forum - 03-06-2011, 03:29 AM
Problem with remove index.php codelniter 2.0 - by El Forum - 03-06-2011, 06:21 AM
Problem with remove index.php codelniter 2.0 - by El Forum - 03-06-2011, 07:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB