Witam
Podczas proby weryfikacji pojawia sie blad:
Błąd nr: x106
Odrzucenie autoryzacji: Błąd Wewnętrzny
Niestety nie udało połączyć się z Twoją stroną w celu sprawdzenia poprawności zainstalowanego skryptu.
System napotkał na Twoim serwerze Błąd Wewnętrzny Serwera. Prosimy spróbować ponownie po rozwiązaniu problemu z serwerem.
Błąd wystepuje zamiennie z błedem x905.
moj htaccess.
# Turn on URL rewriting
RewriteEngine On
# Installation directory
RewriteBase /
# Protect application and system files from being viewed
RewriteRule ^(application|modules|system|easydir.sqlite|swl.php) - [F,L]
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
#RewriteRule .* index.php/$0 [PT,L]
RewriteEngine On
Options +FollowSymlinks
Dodam ze instaluje wszystko wg instrukcji na forum dla EASY DIR