Can anyone help me turn things like http://www.proxy.gd/proxies/proxy.php?id=73 to: http://www.proxy.gd/proxy/id/73/
RewriteEngine on Options FollowSymLinks RewriteBase / RewriteRule ^/proxy/([a-zA-Z0-9_]*)/([a-zA-Z0-9_]*)/$ /proxies/proxy.php?$1=$2 Code (markup):
Here it goes RewriteEngine on RewriteRule ^proxy/id/([0-9]+)/$ proxies/proxy.php?id=$1 As Usual not tested but it shud work