Hello Friends. Hope you are doing well!! As you know there days hacker can easily hack wordpress site admin because generally we used common username/password of access to admin (i.e admin/admin123, admin/123456). I am here going to describe you how you can restrict wp-admin login page only for few IP address using htaccess file. I
Hello Friends! Hope you all doing well :) I have launched my first magento module “Magento Social Share Buttons” :-) Magento Social Share Buttons Social Share Button is extension for social networks. It is very simple extension for share your site with your friends through social sites, The plugin supports 9 social networking. Your users
Hello Friends! Hope you are doing well :) I am here going to tell you some useful script for manage .htaccess file of your website. First of all you have need to check the RewriteEngine is “on” or not in your htaccess file. if not then add the given code in top of the file
Posted by WordPress Experts on September 19, 2013 2353 Views Share on
Hello Everyone! I am here now just going to tell you all a simple way for redirect your wordpress website from non www(http://yourdomain.com) to www((http://www.yourdomain.com)) URL OR www(http://www.yourdomain.com) url to non-www((http://yourdomain.com)) URL. WordPress will 301 redirect your domain to the version (www or non-www) located in the Settings->General. Here you have just need to change
Posted by WordPress Experts on September 19, 2013 2301 Views Share on
Hello Everyone! Hope you are enjoy my code ! I am here now just going to tell you all a simple way for redirect your website from non www(http://yourdomain.com) to www((http://www.yourdomain.com)) URL . If you want to redirect all non-www requests to your site to the www version, all you need to do is add
Posted by WordPress Experts on September 10, 2013 4844 Views Share on
Hello Everyone! If you want remove the index file name like index.php , index,html etc from the site url(https://www.wp-experts.in/blog/index.php) then this post will be very helpful for solve your problem. URL Before Changes :- For that you have just need to add given code in your .htaccess file //code RewriteRule ^(.*)index\.(htm|html|php)$ http://%{HTTP_HOST}/$1 [R=301,L] URL After