my friend give me script redirects in wordpress
is show link in wordpress
site my friend
[
link.topicsx.com...]
look is show click here ok
but my sitr
[
link.iphone4over.com...]
look is not show click here
why ?
htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9]+)/$ index.php?geturl=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
can any one help me