htaccess mod-rewrite ~ how to modify url from /pages/pagename.cfm to /pagename/
问题 I have to do a website structure cleanup on a site... http://dev.514hebergement.com/ looking for the htaccess directive to rewrite all pages url to a friendlier url structure without moving the actual pages in folder hierarchy. so every page that is within the /pages/pagename.cfm would rewrite its address to /pagename/ and respond to both /pagename/ and /pages/pagename.cfm urls. lets keep in mind I need the pagename to be dynamic, not hardcoded in the htaccess directive. Thanks a lot! my