When your client successfully logged in to the osTicket in order to check the ticket status, then the next default page that shown up is the ticket list page. This will bother your client if they have had so many tickets in that list. This modification will redirect your client to the current viewticket page, right after they logged in. This will be helpful for them to check the current ticket easily and quickly. Read more…
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. For example, your main website domain is mydomain.com, then by using that redirect script in that article, if you have subdomain, for instance, mysubdomain.mydomain.com which this mysubdomain sub directory will be located under the root of your mydomain.com, then your URL will be converted to: http://www.mydomain.com/mysubdomain/. Of course, we do not expect this condition happened, right? So, how is the solution? Read more…
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 have to decide which URL that you will use for the consistency of your URL. In addition, Google loves the consistency of the URL that we used for our website. That’s what I have heard and known from Internet. So, here is the code how you can do that for your website by using .htaccess file. Read more…
Categories: General Tags: browser, consistency, Google, htaccess, HTTP_POST, IfModule, mod_rewrite, prefix, redirect, RewriteBase, RewriteCond, RewriteEngine, RewriteRule, root, url, visitor, website, www
I was migrating my articles from my old website which not using WordPress to the new one that using WordPress. Just for your information, the domain of that my website was not changed. Only the URL of all my articles on the old website that become being changed on my new website, and with the new structure, indeed. Then I found the technique how to redirect from the old URL to the new URL by optimizing the .htaccess file. The following code will show you how you can do this if you encounter the same problem some other time. Read more…
Recent Comments