Urbanlyfe Established Member โ 15 โ Impact 3 Aug 4, 2010 796 views 4 replies #1 Problem solved.. Last edited: Aug 5, 2010
qbert220 Established Member โ 15 โ Impact 17 Aug 4, 2010 #2 I suspect you want: Code: RewriteRule ^([0-9a-zA-Z_]+)$ goto.php?id=$1 [L]
Urbanlyfe Established Member โ 15 โ Impact 3 Aug 4, 2010 #3 qbert220 said: I suspect you want: Code: RewriteRule ^([0-9a-zA-Z_]+)$ goto.php?id=$1 [L] Click to expand... check ur pm
qbert220 said: I suspect you want: Code: RewriteRule ^([0-9a-zA-Z_]+)$ goto.php?id=$1 [L] Click to expand... check ur pm
-PS- Established Member โ 15 โ Impact 4 Aug 5, 2010 #4 Code: RewriteRule ^([0-9-a-z-A-Z-_]+)$ goto.php?id=$1 [L] try Code: RewriteRule ^([0-9A-Z\-_]+)$ goto.php?id=$1 [L,NC]
Code: RewriteRule ^([0-9-a-z-A-Z-_]+)$ goto.php?id=$1 [L] try Code: RewriteRule ^([0-9A-Z\-_]+)$ goto.php?id=$1 [L,NC]
Urbanlyfe Established Member โ 15 โ Impact 3 Aug 5, 2010 #5 -PS- said: Code: RewriteRule ^([0-9-a-z-A-Z-_]+)$ goto.php?id=$1 [L] try Code: RewriteRule ^([0-9A-Z\-_]+)$ goto.php?id=$1 [L,NC] Click to expand... Thanks for taking time to help..It was the hosting company..I switched over to another host..And everything works perfectly now. Thanks again to those who took time to help.
-PS- said: Code: RewriteRule ^([0-9-a-z-A-Z-_]+)$ goto.php?id=$1 [L] try Code: RewriteRule ^([0-9A-Z\-_]+)$ goto.php?id=$1 [L,NC] Click to expand... Thanks for taking time to help..It was the hosting company..I switched over to another host..And everything works perfectly now. Thanks again to those who took time to help.