I`ve got a problem with my q&a which is installed on subdomain
http://zadania.wklej.com
My .htaccess is:
DirectoryIndex index.php
RewriteEngine On
RewriteBase /zadania
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
And if I want go e.g. to list of questions without answer my link look:
http://zadania.wklej.com/index.php?qa-rewrite=zadania/index.php&qa-rewrite=bez-odpowiedzi
And a q&a not recieve any questions - only that it can`t find the site. This same situation is when I want access to admin panel.