sorry for my bad english..

set means = write
here is orginalcode before i change the lines..
Quote:
<Directory "/home/htdocs">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options +FollowSymLinks +Includes
</Directory>
<Directory "/home/htdocs/userdirectory/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>
|
i hope u see the different why mod_rewrite not works.. on my server mod_rewrite was enabled, but it doesn't work, and with this changes on /etc/apache2/confixx_vhost.conf it's works!
kind regards