Forum Moderators: phranque
Options All -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^a([0-9]+)$ /home/p2_articleid/$1 [R]
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule ^(.*) index.php
[edited by: jatar_k at 10:12 pm (utc) on Feb. 18, 2007]
[edit reason] no urls thanks [/edit]
I don't see anything particularly "wrong" with your rule, except that the second Options line is redundant, since you specified "All" in the first one, and that it is usual to specify a full URL in a redirection rule.
Jim