Htaccess Tips
Htaccess Tips Redirecting something http://www.domain.com/page.php#portfolio we need to open it on : http://www.domain.com/portfolio RewriteRule http://www.domain.com/porfolio$ http://www.domain.com/page.php#portfolio [NE,L]
Htaccess Tips Redirecting something http://www.domain.com/page.php#portfolio we need to open it on : http://www.domain.com/portfolio RewriteRule http://www.domain.com/porfolio$ http://www.domain.com/page.php#portfolio [NE,L]
Codeigniter URL Rewriting mostly we need to rewrite URLs to provide user friendly URLs of projects. In CodeIgniter its much simple rather than manual writing HTAccess Rules. Suppose you have : Controller (users) Function (index) list of all users Function (add) add user Function (view) view user Function (update) update user information Function (delete) delete …
How to redirect Magento to open through www For SEO and usability purposes you may want to redirect your visitors to open your site only through www (http://www.yourdomain.com). To do this in Magento, you should open the .htaccess file in the folder where your Magento is installed. In it locate the RewriteEngine on line and …