Dear All,
I have taken windows shared hosting at GoDaddy and i installed qa at subdirectory. Now my urls are not SEO friendly since my first option (/123/why-do-birds-sing) is still disabled and shows 404 internal server error. My .htaccess file looks like
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>
I am not a programming expert and please Can anyone suggests step by step what changes I should make here or with go daddy hosting in order to result this as friendly urls. any help is highly appreciable..Thank you in advance