Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
610 views
in Q2A Core by
I don't even know where to start in order to fix this problem. please guys help me
/index.php/activity/qa-plugin/q2apro-sceditor-free/%3Cp
/user/mguni+sandra/%3Cp
/agricultural-technology/%3Cp
/feed/search/P2+geography+may+2017%27A%3D0.rss
/user/EdithWilhelm/%3Cp
/index.php/296/qa-plugin/q2apro-sceditor-free/%3Cp
/user/Marta64L6150/%3Cp
/user/sixililesikhotsha/%3Cp
/user/GeorginaAntl/%3Cp
/index.php/tag/tag/%3Cp
/user/Jeanett55U47/%3Cp
/user/AugustaPvx65/%3Cp
/user/AguedaReming/%3Cp
/electrical-technology/%3Cp
/user/AleidaWisema/%3Cp
/user/GQDSima63200/%3Cp
/feed/search/What+are+2+examples+of+impact+studies%3F.rss
/user/IrwinNorthmo/%3Cp
/user/AshelyFerrer/%3Cp
/index.php/user/nan153131/%3Cp
/user/ArcherReiner/%3Cp
/user/PhilomenaChe/%3Cp
by
Can any 1 help me fix this issue please

2 Answers

0 votes
by
Use robot.txt, or go to google webmaster tools.. on crawl.
by
I dont have a robot.txt but im using seo-meta-tags plugin instead
0 votes
by
use:  ? or # sign instead of %
by
is it my htaccess generating these characteristers  "%3Cp" "<P"

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>

# CloudProxy bypass prevention (Apache < 2.4)
<FilesMatch ".*">
    Require ip 192.88.134.0/23
    Require ip 185.93.228.0/22
    Require ip 2a02:fe80::/29
    Require ip 66.248.200.0/22
</FilesMatch>

Is there anything wrong on this file
...