- Friday, May 2, 2008, 12:12
- how-to, htaccess, php
Most of the e-commerce website uses payment gateway for online payment. And, those sites uses SSL (secure socket layer) connection to transfer data to and from the payment gateway.
Full story
- Monday, April 21, 2008, 15:27
- how-to, htaccess, tutorial
I know you guzy all know about index file. This is the default file which is executed in the web server. For example, if you type"http://roshanbh.com.np" in this the browser, the "index.php" gets loaded first. This "index.php" file is commonly know as directory index file.
Full story
Well, I've got around 15 emails asking from readers, how to check the mod_rewrite module in apache and enable mod_rewrite module in apache after reading two most of the popular post of this blog
5 useful url rewriting examples and
hide .php extension with url rewriting.
Full story
- Tuesday, March 11, 2008, 4:10
- htaccess, php, tips and technique
If you are looking for the examples of URL rewriting then this post might be useful for you. In this post, I've given five useful examples of URL rewriting using .htacess. If you don't know something about url rewriting then please check my older post about
url rewriting using .htaccess.
Full story
- Sunday, March 9, 2008, 5:39
- htaccess, tips and technique
What is directory listing ?
As we know, most of the website contains "images" folder inside the root folder. If we type "www.somesite.com/images" in the browser and it shows the listing of the files in the browser like the picture below which means that directory listing is allowed on that web server. It's better not to show the files inside the directory of the web sever for the security purpose.
Full story