does your server have mod_rewrite enabled?
I have a site that's using a template given by an affiliate program I joined. That template uses meds.php?src=123 which is not search engine friendly. With mod rewrite, I can change the link to keyword.html which scores better with the search engines.
Here's a sample of the code which I want to use in my .htaccess:
RewriteEngine on
RewriteRule ^zenegra_sildenafil_citrate.html$ meds.php?id=&srch=21
I have a site that's using a template given by an affiliate program I joined. That template uses meds.php?src=123 which is not search engine friendly. With mod rewrite, I can change the link to keyword.html which scores better with the search engines.
Here's a sample of the code which I want to use in my .htaccess:
RewriteEngine on
RewriteRule ^zenegra_sildenafil_citrate.html$ meds.php?id=&srch=21
Comment