views:

25

answers:

0

I am developing a website in PHP and I am using mod-rewrite rules. I want to use the Netbeans Run Configuration (under project properties) to set code entry points that looks like http://project/news or http://project/user/12

It seems Netbeans have a problem with this and needs an entry point to a physical file like http://project/user.php?id=12

Has anyone found a good way to work around this?