Believe it or not, if you are running a multilingual site using Atahualpa theme and WPML plugin, you will find that there is a double trailing slash in the Home’s URL that generated by WPML, especially for Home’s URL belongs to the languages other than the default one and you are using the “directory per [...]
[Read more...]How to Remove a Trailing Slash from Home’s URL in Atahualpa 3.5.3 Theme of WordPress
How to Remove CMS ID from URL of PrestaShop version 1.2.5
After implementing the similar modification about how to remove the category and product id from URL of PrestaShop in my last two articles before this current one, now let’s try to remove also the CMS ID from URL of your PrestaShop. For instance, by default PrestaShop uses the URL for displaying CMS page like: /content/1-delivery [...]
[Read more...]How to Remove Product ID from URL of PrestaShop version 1.2.5
Have you ever wanted to remove the product id from the URL of your PrestaShop? For instance, by default, PrestaShop uses this URL to display the certain product named ipod-touch: /7-ipod-touch.html instead of /ipod-touch.html. Well, here is the solution how you can make it comes true. I have successfully implemented it into PrestaShop version 1.2.5. [...]
[Read more...]How to Remove Category ID from URL of PrestaShop version 1.2.5
This following modification will remove the category id from the URL of your PrestaShop. As we know, by default, PrestaShop uses the URL for category such as: /3-accessories-ipod instead of accessories-ipod. Please note that you have to enable the URL Friendly feature that you can set it up from the Preferences tab in admin panel [...]
[Read more...]How to Check Whether a URL Exists or Not Without Visitting The Page
This simple script is very useful for you if you want to check whether a URL exists or not without having to visit the page. This script using PHP, and I have tested it. It worked like a charm. Of course, you need to modify further the way you want, for example, this function will [...]
[Read more...]Using Subdomain, The Redirecting Script From URL Without www to www Will Not be Useful
If you have ever read my article Redirecting URL Without www to URL With www Using .htaccess File regarding how to redirect the URL of a website from its address that being typed by visitor without the prefix www become the address with prefix www, then the redirecting script will not be useful at all. [...]
[Read more...]Notify Staff Member of Their New Account in osTicket v1.6 RC5
This following article will show you how you can add a small feature into osTicket version 1.6 RC5 about notify staff members of their accounts right away after they have been created by Admin or their Manager. When Admin or Manager create a new staff account, then osTicket will send email to the staff email [...]
[Read more...]Password Needed to Activate A Ticket in osTicket v1.6 RC5
The aim of the title of this article is to provide the additional prerequisite that is password when client obviously wanted to open a new ticket in osTicket System v1.6 RC5. I made this modification by adding a new field named password in ost_ticket table. After client open a new ticket, then osTicket will generate [...]
[Read more...]Redirecting URL Without www to URL With www Using .htaccess File
Today I learnt something new again about how to redirect my website if the visitors type in their browser such as this address: http://openscriptsolution.com (without prefix www.) then the browser will be automatically redirected it to the http://www.openscriptsolution.com (with prefix www.). This is very important for those of you who have the website, since you [...]
[Read more...]
Recent Comments