Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
676 views
in Q2A Core by
Hello,

why i cant access to Q&A page which is home page, when i click on it, it appear the next link:

http://pokemongo.arabiawebsite.com/wp-content/cache/all/index.html

can you help with this please
by
Are you using Wordpress integration?
There's possibly something in your htaccess that's making it redirect.
by
no am not using anything like this

and this 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>
by
Looks like your main site, arabiawebsite.com, is using Wordpress. I wonder if there are some redirects on that site that are somehow being applied to the subdomain?
by
no there isn't, i have another subdomain and it's work perfectly
store.arabiawebsite.com

and i want to tell you that this problem appear only when i select this pemanent url:
/123/why-do-birds-sing [يتطلب ملف htaccess]

but when i turn RewriteEngine off and select another pemalink it's work perfect like now
http://pokemongo.arabiawebsite.com/

so what the problem could be?
by
so can't you help me?

1 Answer

0 votes
by
i solved it.. it was WP Fastest Cache plugin in root domain arabiawebsite.com i disable it then enable, every thing goes perfect.. it was give cache on all directory and subdomain
...