Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
579 views
in Q2A Core by
edited by

Hi! I have a problem.

I instal Q&A on QA.Anothersite.com  and works perfect. Basic Instal without single-signOn. I changed the name file qa_content_example.php in qa_content.php. And I put da dbname , user, and password in that php file. On that site is working. I made that  to see if it works. 

I bought new domain and hosting to make that again. I made the same steps. QA files are now on the root domain. QAdomain.com. I made a superadministrator. i put  test question and answer and it works. all the link it works fine.

When I want to make change on admin page. i click "admin" It apears the page, and after that the page doesnt load. The Qadomain.com not found. Not even my cpanel adress. (adress not found). Other sites work properly. If I enter on other device to Qadomain.com  it apears. but on my pc "Page not  Found". to acces again my page on my pc i must to disconect  the internet connection and connect again ( change ip/Ip dynamic).   If I want to go to admin page to make changes on other devices.  I have the same problem.

the .htacces

DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
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]
</IfModule>
 
 
What is not Okay? where I was wrong? If it is posible I want the links to be Qadomain.com/why-the-birds-sing
 
ps: I cant make changes on Admin page.

 

Q2A version: 1.6.2
by
i think my hosting web server is an Apache.  I dont have any url structures with okay. If I delete the .htacces nothing change. Can someone help me?

Please log in or register to answer this question.

...