problem z dostępem do plików pobranych przez SVN

0

Pobrałem pewne pliki przez SVN i nie wiem dlaczego, ale jeden z folderów (właśnie ten główny, w którym znajduje się cały projekt) jest niewidoczny przez przeglądarkę, jak wchodzę pod adres tego folderu to otrzymuje komunikat: Internal Server Error Chmod katalogu ustawiony jest na 755. A no i najważniejsze - działam na linuxie.

Próbowalem wrzucic plik .htaccess do tego katalogu, ale wtedy uzyskałem informację Forbidden

Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on


#Uncomment "RewriteBase /" when you upload this .htaccess to your web server, and comment it when on local web server
#NOTE: 
#If your application is in a folder, for example "application". Then, changing the "application" folder name, will require you to reset the RewriteBase /[your app folder]

RewriteBase [uri]



# if a directory or a file exists, use it directly

RewriteCond %{REQUEST_FILENAME} -s [OR]

RewriteCond %{REQUEST_FILENAME} -l [OR]

RewriteCond %{REQUEST_FILENAME} -d



# otherwise forward it to index.php 

RewriteRule ^.*$ - [NC,L]

RewriteRule ^.*$ index.php [NC,L]
0

jeśli ubuntu ma tak samo logi ja debian, to z roota albo przez sudo:

tail -f /var/log/apache2/error.log

i patrzysz co sie dzieje.

1 użytkowników online, w tym zalogowanych: 0, gości: 1