Hello,
I'm trying to do the following:
client.dcd -> client.php [works]
client.dcd?action -> client.php?act=action
This is what I have so far, but it is not working:
Any ideas on a fix?Code:RewriteRule ^client.dcd /client.php RewriteRule ^client.dcd?([a-z]+) /client.php?act=$1


Reply With Quote
Bookmarks