bubbles Domainers... Apr 11, 2007 858 27 0 Jul 23, 2008 #1 I'm horrible with mod rewrite. +Rep to whoever can give me the rule for this: I want to turn: mysite.com?var=myvar into mysite.com/myvar.php
I'm horrible with mod rewrite. +Rep to whoever can give me the rule for this: I want to turn: mysite.com?var=myvar into mysite.com/myvar.php
Deliguy New member Sep 27, 2006 5,162 195 0 Oregon Jul 23, 2008 #2 Code: RewriteEngine on RewriteRule ^(.*).php$ /\?var=$1 Reactions: bubbles