• [ Moderator note: moved to Fixing WordPress. Please do not use Developing with WordPress for topics like this. ]

    Hey, I’m developing a website which used to be on ColdFusion CMS, and everything is up an running but there’s still and old link to site.com/index.cfm?(lots of get parameters)
    Can someone help me to rewrite this in htaccess so rewrites into index.php?
    I tried
    RewriteRule /index.cfm?a=$1 /index.php [L]
    RewriteRule (.*)\.cfm$ /rewrite.php?a=$1 [L]
    with no luck.
    Thank you

  • The topic ‘Redirecting index.cfm to index.php’ is closed to new replies.