Hi friends, I want to know how to use mod rewrite in our script? where I can find tutorial about that?
How to use mod rewrite?
There is quite a lot of documentation about it at the official apache site http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
You must remember to put
in the .htaccess file to tell it to use the rewrite abilities.
You must remember to put
| Code: |
|
RewriteEngine On |
in the .htaccess file to tell it to use the rewrite abilities.
