Hi, I'm getting not found error in some of my pages, like: http://www.hesabdar94.ir/index.php?qa-rewrite=9/%D9%85%D8%A7%D9%84%DB%8C%D8%A7%D8%AA-%D8%B9%D9%85%D9%84%DA%A9%D8%B1%D8%AF-%DA%86%DB%8C%D8%B3%D8%AA%D8%9F
when i remove "index.php?qa-rewrite=" from it link is ok, here is my .htaccess content:
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> <IfModule mod_rewrite.c> #Force www: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] </IfModule> i asked here also: https://github.com/q2a/question2answer/issues/214#issuecomment-93797425
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.