HTAccess rewrite dynamic page url
问题 thanks for your help in advance Basically i have made a dynamic url website http://planet-dj-surrey.com/ I cant seem to figure out the code for the htaccess file to redirect a dynamic page and make it cleaner. for example i want http://planet-dj-surrey.com/index.php?page=designprocess to be changed to http://planet-dj-surrey.com/designprocess/ currently i have this but it does not seem to be working, RewriteEngine On RewriteRule ^/dropdownchoice/$ index.php?page=dropdownchoice [NC] Thanks in