Pagina 2 din 2

Re: eroare Instalare PHPBB3

Scris: 02-Aug-2012, 17:24:08
de Sycron
Fai toate permisiunile de la fisiere 777 si dupa o sa mearga :)

Re: eroare Instalare PHPBB3

Scris: 21-Oct-2012, 16:39:24
de mozolici111
Pentru cine nu ii merge in fisierul .htaccess deschideti cu un notepad++ si stergeti ce este inauntru si puneti ce am pus eu jos si va merge

Cod: Selectaţi tot

#
# 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>

php_value mbstring.http_input pass



Iti va merge mult suces:P