Seite 1 von 1

.htaccess-Datei

Verfasst: 21.01.2011 14:31
von taro
Hallo,

bei phpBB3 ist ja standardmässig eine .htaccess-Datei inkludiert, mit folgendem Inhalt.
Kann man die löschen, wenn man hier eine andere .htaccess einsetzen möchte?
#
# Uncomment the statement below if you want to make use of
# HTTP
authentication and it does not already work.
# This could be required if you are
for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.
c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
</IfModule>

<Files "config.php">
Order Allow,Deny
Deny from All
</Files>

<Files "common.php">

Order Allow,Deny
Deny from All
</Files>

Re: .htaccess-Datei

Verfasst: 21.01.2011 15:15
von RubberDuck
Warum löschen? Einfach die Inhalte zusammenführen. Die Datei ist nicht nur auf diesen Inhalt begrenzt.