Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
314 views
in Q2A Core by
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.

1 Answer

0 votes
by

I have the same problem http://question.ray.dp.ua//

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...