TweetHello Friends !! Today I am going to introduce that how to enable URL rewriting in Opencart. I have completed my two projects in opencart and I already faced the problem that how to enable URL rewriting in Opencart. So today I want to share with all of you guys that how to use URL [...]
Archive for the ‘HTACCESS’ Category
URL Rewriting with PHP and IIS 7
TweetHello friends !! Few days ago, I faced a URL rewriting problem on windows server. After checking the server configuration, I found that there is an II7 installed. After long research about this, I found that II7 is not supportĀ .HTACCESS. If youwant to male your site SEO URL friendly, then you have to use web.config [...]
CGI Tutorial
TweetCGI stands for Common Gateway Interface, which is the standard for creating dynamic files or web pages. It can be seen in use on thousands of web pages – website guest books which allow a visitor to enter a message which is displayed the next time anyone accesses the guest page, or search engine pages [...]
Redirect to https (SSL) in php
TweetHello Friends !! Today I found some new things. This post is show you how to redirect to https(SSL) in PHP. First, What is SSL ? Let me Explained : SSL meand Secure Socket Layer. It is developed by Netscape to transmit private data via Internet. SSL uses a cryptographic system that uses two keys [...]
Block Proxy Servers using .htaccess
TweetHello Friends !! We all know about spamming. In my last post we can block IP address using .HTACCESS. But suppose proxy server used for spamming then what will you do ? In using proxy server, every time IP address changed. Generally hackers are also use proxy servers to hack the site. Don’t worry about [...]
Block IP addresses Using .HTACCESS
TweetHello Friends !! In my previous post, i was write how to block IP address using PHP script ? Today i will write that how to block IP address using .HTACCESS ? There are several ways to block a specific IP range. The first utilizes a CIDR number to block the specified range (via htaccess): [...]

