hello
i make this on my httpd.conf
<Directory "/">
Options ExecCGI -FollowSymLinks Includes IncludesNOEXEC Indexes -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
</Directory>
<Directory "/home">
Options ExecCGI -FollowSymLinks -Includes IncludesNOEXEC Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride AuthConfig Indexes Limit FileInfo Options=IncludesNOEXEC,Indexes,Includes,MultiViews,SymLinksIfOwnerMatch,DirectoryIndex,AddCharset,FileETag
</Directory>
but this htaccess not work
DirectoryIndex kusaba.php
AddCharset UTF-8 .html
AddCharset UTF-8 .php
FileETag None
<IfModule mod_headers.c>
<Files *.html>
Header add Expires "Mon, 26 Jul 1997 05:00:00 GMT"
Header add Pragma "no-cache"
Header add Cache-Control "max-age=0; must-revalidate; no-cache"
Header set Expires "0"
Header unset Vary
</Files>
</IfModule>
<Files spam.txt>
order allow,deny
deny from all
</Files>
# Warning: Contents below this line may be erased, please place all .htaccess rules above this line
## !KU_BANS:RewriteCond %{HTTP_REFERER} !^$
the error log is .htaccess: Illegal option DirectoryIndex
what can i do to fixed
tnx



LinkBack URL
About LinkBacks
Reply With Quote




