My web is dir structured is as follows :
moving/
includes/
controllers/
includes/
etc...
I have the following questions about /moving
and all of its sub-diretories:
- How can i request any php script without the .php extension?
- How can i request
...dir/index.php?q=about
as just...dir/about
? - Where woul i place my .htaccess file?
I understand that my first question might be a duplicate, but in order to contextualize my second and third question i had to ask it.
Using WampServer 2.0 Thanks in advance.