Sample:
https://odevvebilim.com/ WORDPRES
https://odevvebilim.com/soru/ question2answer
GOOGLE CONSOL EROR URL SAMPLE
EROR : https://odevvebilim.com/4/elektrigin-bulusu-ile-ortaya-cikan-icatlara-ornekler?show=5
TRUE: https://odevvebilim.com/soru/4/elektrigin-bulusu-ile-ortaya-cikan-icatlara-ornekler?show=5
MY HTACCESS
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase / RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} ^www\.odevvebilim\soru\.com$ [NC] RewriteRule ^(.*)$ https://odevvebilim.com/soru/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L] </IfModule>
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.