tags:

views:

12

answers:

1

hey guys, i know there are dozens of questions like this out there but somehow they never tell you how to do the easiest thing. i simply wanna pass for instance /admin in my url and admin.php gets called.

how can i do that?

A: 
RewriteRule ^admin$ admin.php
killer_PL