Client would like to utilize mod_rewrite
users would like to utilize mod_rewrite.
definition:
"This module uses a rule-based rewriting engine (based on a
regular-expression parser) to rewrite requested URLs on the fly. It
supports an unlimited number of rules and an unlimited number of
attached rule conditions for each rule to provide a really flexible and
powerful URL manipulation mechanism. The URL manipulations can depend
on various tests, for instance server variables, environment variables,
HTTP headers, time stamps and even external database lookups in various
formats can be used to achieve a really granular URL matching."
2 mechanisms of utilizing mod_rewrite
1) per server context via httpd.conf (not supported by CartikaHosting, as changes to httpd.conf are not permitted
2) per directory context via .htaccess (SUPPORTED by CartikaHosting)
Additional information on mod_rewrite can be found here:
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html