genzoeri
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?genzoeri
Hi friends, I want to know how to use mod rewrite in our script? where I can find tutorial about that?
eepman
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. Related topics
|