Hey all i'm using Dreamweaver and wamp as my dev system.
My problem is i cant get it to work so that my web app has a url feature of
domain.tld/index.php?mod=<module name>&feature=<feature name>
I want this to work so that <module name> will look in the modules folder for a sub folder matching the variable name and find a php file matching the variable name of <feature name> but with out the .php extension then change the content of whats in the index.php files main content area to whatever is in the php file located by the url variable.
Any help would be greatly apreciated.