Hi,
I am trying rewrite my URL's using httpd.conf file. But the urls are not getting changed. Below is the rewrite rule used.
AddModule mod_rewrite.c
<IfModule mod_rewrite.c>
RewriteEngine on
rewrite rule ^
http://server
ort/cs/Satellite?([A-Za-z0-9]+)$
http://abc.com/hi/$1
</IfModule>
Regards,
lpk