PHP Freelancer

 

PHP Programmer India

PHP Freelancer PHP Freelancer India PHP Programmer India PHP Freelancer Indian Freelancer Freelance Programmer Freelance Developer Freelance Web Developer Freelance Programmer India Hire PHP Developer India Wordpress Developer India CakePHP Developer India

Posts tagged Search Engine Friendly URL

URL rewriting – SEO Friendly URLs in sunshop shopping cart

I am working with sunshop shopping cart and my client needs seo friendly urls instead of Query string(parameters) passed in urls. By default in sunshop shopping cart, URLS are not seo friendly. I searched for url rewriting options but finally i found how to do make seo friendly urls in sunshop shopping cart.SEO Friendly urls should look like this and may be you are looking for this kind of solution.

How to remove index.php from url using .htaccess (mod_rewrite)

For better SEO optimization and make urls more search engine friendly , remove index.php from URL and make it easier to read. This can be done by writing only two lines in your .htaccess(mod_rewrite in apache) file. Before writing this rule in .htaccess , make sure that your mod_rewrite is enabled(On) in your apache server.