Und was passiert wenn Du statt dessen das hier verbaust?Wolf wrote: In meiner htaccess steht nur das hier sonst nichts, ist das so richtig?
<Files *>
Order Allow,Deny
Deny from All
</Files>
Code: Select all
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
DirectoryIndex portal.php index.php index.html index.htm