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
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
Hello everyone! Twitter, Facebook and many other social networking website offers embedded code to add share buttons on our website. The thing is, they all have different dimensions and looks, which can make your page style quite inconsistent. So the idea is to use a custom link for our share button on Twitter, and then
Hello Friends! In my last post “Custom Facebook Share Button” (https://www.wp-experts.in/blog/2013/08/05/how-add-facebook-share-button-anywhere-in-your-website) i have told you the way to add a custom “Facebook ” share button in any website. I am now here going to tell you for add the “Custom Content” in the custom share button. So if anyone want to change the content in
Hello Everyone! If you want to remove index.php from the site URL and you still not found any solution for that, then don’t worry i am here telling you all a easy way to remove index.php from your joomla site url. Just copy and paste this code into .htaccess files (you can find this in
Hello Everyone! I am come back with a new information for you. If you want add a Twitter share button/links in your website then please just copy and paste my code in your files where you want add this, you have no need to add/include other external CSS or JS files. <a onclick="window.open('https://twitter.com/?status=ENTER YOUR TWEET
Hello Every One! If you want add facebook share button on your website in a simple way then just copy and past my code in your files (Gide is given below), you have no need to add any JS OR CSS for it. <a href="#" onclick="window.open('https://www.facebook.com/sharer.php?u=SHARE PAGE URL HERE', '_blank', 'width=POPUP-WINDOW-WIDTH,height=POPUP-WINDOW-HEIGHT')"> Share on Facebook</a> Enjoy
Hello every one! If you have facing this type issue, then please use my tips given below. Hope this will be very help full for solve email delay issue Just add this attribute “-odb -f $adminmail” in your mail function mail($usermail, $subject, $message, "From: $adminmail\nX-Mailer: PHP/", "-odb -f $adminmail"); Enjoy Code!
Hello, If you want to create session in any external file in joomla then please follow these steps for do it, By default you can’t create session directly in joomla Just Copy code given below and paste it in TOP of your external file where you want mainten session OR create new session define( '_JEXEC',
For enable Module position hint please follow these steps : administrator >> Extensions >> Template Menager >> Option Here enable Preview Module Positions and Save Setting http://yoursiteurl/?tp=1 Enjoy code!