Hello I have some trouble with url rewrite i hope someone can help me with. i have the following in my .htaccess file RewriteEngine on RewriteRule ^/([0-9]+)$ /loops.php/$1/ and each time i go to my domain.com/1 it's saying that the link is broken and wont redirect, HOWEVER. if i insteed put the following in there it works, why is that ?? RewriteEngine on RewriteRule ^test/$ /loops.php
of course you can!!! Its a redirect!! What is the path you are redirecting from the original? $test/[...] is not the same as the original redirect.