Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
363 views
in Q2A Core by
i transfer my qa from academy.arabiawebsite.com to arabiawebsite.com/academy but there is problem..

when i try visit arabiawebsite.com/academy it open my wordpress website arabiawebsite.com

please visit from here:

http://arabiawebsite.com/academy/

please help me

this is my htaccess:

Options -Indexes
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>

and i try to add #RewriteBase /academy but the same problem

Please log in or register to answer this question.

...