.htaccess rewrite rule

theblazingangel

New Member
Prime Account
Messages
90
Reaction score
0
Points
0
can someone help with a simple .htaccess rewrite rule?

RewriteRule ^articles(.*) pages/articles$1

im trying to simply relace the "articles" directory with pages/articles", but im just getting 404 errors.
btw, im practicing this on a home server, so server config could be a factor, but its probably just me, i only started reading about this yesterday :)

cheers ;)
 
Top