hi

i am new to htaccess.
i was trying to write a rewrite rule in the htaccess for utilizing special characters but was unsuccessful......
cud pl anyone help me out working out the same.....
here's it
i a trying to rewrite the following url

CODE
http://www.example.com/*service:forums|passive:true

as
CODE
http://www.example.com/index.php?service:forums|passive:true


the code i added in htaccess was......

CODE
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^\*(.+)$ index.php?$1 [nc]


thanks for ur help in advance......

Reply