<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>PowerQA - Recent questions tagged core</title>
<link>http://www.powerqa.org/qa/tag/core</link>
<description>Powered by PowerQA</description>
<item>
<title>How i redirect my domain in subdomain?</title>
<link>http://www.powerqa.org/qa/481/how-i-redirect-my-domain-in-subdomain</link>
<description>&lt;p&gt;I edit my .htaccess file. I was move my &lt;a href=&quot;http://szh.kz&quot; rel=&quot;nofollow&quot;&gt;http://szh.kz&lt;/a&gt; -&amp;gt; &lt;a href=&quot;http://surak.szh.kz&quot; rel=&quot;nofollow&quot;&gt;http://surak.szh.kz&lt;/a&gt; &amp;nbsp;Its true?&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;DirectoryIndex index.php&lt;br&gt;
&amp;lt;IfModule mod_rewrite.c&amp;gt;&lt;br&gt;
RewriteEngine On&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]&lt;br&gt;
RewriteRule ^([^/]+) $1 [L]&lt;br&gt;
RewriteCond %{HTTP_HOST} ^www.szh\.kz&lt;br&gt;
RewriteRule ^(.*)$ &lt;a href=&quot;http://surak.szh.kz/$1&quot; rel=&quot;nofollow&quot;&gt;http://surak.szh.kz/$1&lt;/a&gt; [R=301,L]&lt;br&gt;
RewriteCond %{HTTP_HOST} ^szh\.kz&lt;br&gt;
RewriteRule ^(.*)$ &lt;a href=&quot;http://surak.szh.kz/$1&quot; rel=&quot;nofollow&quot;&gt;http://surak.szh.kz/$1&lt;/a&gt; [R=301,L]&lt;br&gt;
RewriteCond %{HTTP_HOST} ^www.surak.szh\.kz&lt;br&gt;
RewriteRule ^(.*)$ &lt;a href=&quot;http://surak.szh.kz/$1&quot; rel=&quot;nofollow&quot;&gt;http://surak.szh.kz/$1&lt;/a&gt; [R=301,L]&lt;br&gt;
#RewriteBase /&lt;br&gt;
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$&lt;br&gt;
RewriteRule . %1/%2 [R=301,L]&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;
RewriteRule ^.*$ index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]&lt;br&gt;
&amp;lt;/IfModule&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/481/how-i-redirect-my-domain-in-subdomain</guid>
<pubDate>Sun, 08 Nov 2015 15:12:32 +0000</pubDate>
</item>
<item>
<title>How i add auto redirect http for https</title>
<link>http://www.powerqa.org/qa/136/how-i-add-auto-redirect-http-for-https</link>
<description>&lt;p&gt;Hi all. How i auto&amp;nbsp;redirect my site http for https.&lt;/p&gt;&lt;p&gt;Today i add my site https protocol.&amp;nbsp;&lt;a href=&quot;https://site.com&quot; rel=&quot;nofollow&quot;&gt;https://site.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Site open adress&amp;nbsp;&lt;a href=&quot;https://site.com&quot; rel=&quot;nofollow&quot;&gt;https://site.com&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href=&quot;http://site.com&quot; rel=&quot;nofollow&quot;&gt;http://site.com&lt;/a&gt;&amp;nbsp;How i auto&amp;nbsp;redirect my site url&amp;nbsp;&lt;a href=&quot;http://site.com&quot; rel=&quot;nofollow&quot;&gt;http://site.com&lt;/a&gt;&amp;nbsp;for&amp;nbsp;&lt;a href=&quot;https://site.com&quot; rel=&quot;nofollow&quot;&gt;https://site.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;My site htaccess file.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;DirectoryIndex index.php&amp;nbsp;&lt;br&gt;&amp;lt;IfModule mod_rewrite.c&amp;gt;&amp;nbsp;&lt;br&gt;RewriteEngine On&amp;nbsp;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} robots.txt$ [NC]&amp;nbsp;&lt;br&gt;RewriteRule ^([^/]+) $1 [L]&amp;nbsp;&lt;br&gt;RewriteCond %{HTTP_HOST} ^www.site\.com&amp;nbsp;&lt;br&gt;RewriteRule ^(.*)$&amp;nbsp;&lt;a href=&quot;http://site.com/$1&amp;nbsp;[R=301,L]&amp;nbsp;&quot; rel=&quot;nofollow&quot;&gt;http://site.com/$1&amp;nbsp;[R=301,L]&amp;nbsp;&lt;/a&gt;&lt;br&gt;#RewriteBase /&amp;nbsp;&lt;br&gt;RewriteCond %{REQUEST_URI} ^(.*)//(.*)$&amp;nbsp;&lt;br&gt;RewriteRule . %1/%2 [R=301,L]&amp;nbsp;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f&amp;nbsp;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-d&amp;nbsp;&lt;br&gt;RewriteRule ^.*$ index.php?qa-rewrite=$0&amp;amp;%{QUERY_STRING} [L]&amp;nbsp;&lt;br&gt;&amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;i add after RewriteEngine On code&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;RewriteCond %{HTTPS} off&amp;nbsp;&lt;br&gt;RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;But this code dont work.&lt;/p&gt;</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/136/how-i-add-auto-redirect-http-for-https</guid>
<pubDate>Sat, 29 Aug 2015 05:46:29 +0000</pubDate>
</item>
<item>
<title>Increase character set limit from 8000 to 16000</title>
<link>http://www.powerqa.org/qa/59/increase-character-set-limit-from-8000-to-16000</link>
<description>Many times my users have complained that they get this message due to long answers. So I have to change it in core manually. But why not to increase it in core because many professional websites would be facing same problem like me.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/59/increase-character-set-limit-from-8000-to-16000</guid>
<pubDate>Sun, 23 Aug 2015 23:49:01 +0000</pubDate>
</item>
<item>
<title>Feature Request: Warn on leave</title>
<link>http://www.powerqa.org/qa/23/feature-request-warn-on-leave</link>
<description>This is one of the most basic feature but till now its not part of core.It would be good if we can reduce one plugin by implementing this feature in core.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/23/feature-request-warn-on-leave</guid>
<pubDate>Thu, 20 Aug 2015 00:38:50 +0000</pubDate>
</item>
<item>
<title>Some basic improvement requests.</title>
<link>http://www.powerqa.org/qa/17/some-basic-improvement-requests</link>
<description>Without these improvements sometimes it is very difficult to deal with users. Q2A never fulfilled them so I think PQA can do it.&lt;br /&gt;
1. Secondary password field at registration form to confirm password&lt;br /&gt;
2. Contact Us page instead of Send Feedback&lt;br /&gt;
3. Way to send mails to all moderators or editors or experts or all users except special users.&lt;br /&gt;
4. Page to showcase all moderators or editors or experts&lt;br /&gt;
5. Sort answers&lt;br /&gt;
6. Sort users&lt;br /&gt;
7. Improvement in mailing system because sometimes user doesn't get account confirmation mail&lt;br /&gt;
8. Account confirmation by admin if user doesn't get confirmation mail.&lt;br /&gt;
9. Facebook, Google, Twitter logins instead of just Facebook login.&lt;br /&gt;
10. Pinned question feature instead of featured questions.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/17/some-basic-improvement-requests</guid>
<pubDate>Wed, 19 Aug 2015 22:51:30 +0000</pubDate>
</item>
<item>
<title>I can give some suggestions?</title>
<link>http://www.powerqa.org/qa/14/i-can-give-some-suggestions</link>
<description>Hi all.&lt;br /&gt;
&lt;br /&gt;
First, I'm not a developer, I'm just a fan of Q2A and its developers (Gidgreen, Pupi, Sama and others). I have learned a lot from Q2A despite not having any knowledge of programming or development sites. So I just have to hope that the project proceed and wish success to PowerQA.&lt;br /&gt;
&lt;br /&gt;
Now, some suggestions, sorry to be bothering you :)&lt;br /&gt;
&lt;br /&gt;
Notifications on the site should be part of the core and not plugin.&lt;br /&gt;
&lt;br /&gt;
This wonderful answer of Pupi too: &lt;a href=&quot;http://www.question2answer.org/qa/46629/&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/46629/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I also think, to modify and customize the order of the menu and submenu at the core, is needed. I've seen users asking to &amp;quot;pull&amp;quot; forward &amp;quot;ask&amp;quot; in Q2A.&lt;br /&gt;
&lt;br /&gt;
Button answer more visible, as in SnowFlat theme would be interesting too.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;related questions&amp;quot; should have an option to display the latest questions in a category or with the same tags.&lt;br /&gt;
&lt;br /&gt;
Wonderful widgets Sama (My Followers, Follow Users, questions followers), they should be used. I would not use Q2A without using them.&lt;br /&gt;
&lt;br /&gt;
Finally, the category list on the side panel must be removable in a few pages.&lt;br /&gt;
&lt;br /&gt;
I know that all I said, you can do with plugins, hacks or widgets, but become Q2A or PowerQA most complete in the core.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Edit:&lt;br /&gt;
&lt;br /&gt;
I forgot a very important thing.&lt;br /&gt;
Do not allow any user to edit the question title. This I think the most important among the missing in Q2A.</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/14/i-can-give-some-suggestions</guid>
<pubDate>Wed, 19 Aug 2015 19:28:28 +0000</pubDate>
</item>
<item>
<title>Does PowerQA use MySQLi or MySQL?</title>
<link>http://www.powerqa.org/qa/13/does-powerqa-use-mysqli-or-mysql</link>
<description>As you said, PowerQA is developed from Q2A 1.6.3 as that was better in terms of code. And Q2A 1.7 was basically an improvement from MySQL to MySQLi. &lt;br /&gt;
&lt;br /&gt;
Now, does PowerQA is having database with MySQLi or still its with MySQL?</description>
<category>Core</category>
<guid isPermaLink="true">http://www.powerqa.org/qa/13/does-powerqa-use-mysqli-or-mysql</guid>
<pubDate>Wed, 19 Aug 2015 17:44:27 +0000</pubDate>
</item>
</channel>
</rss>