Hi,
How can I tell apche that if I put this url in the browser
.../go/12/13/
(there is no directory called 12 or 13 only a go.php file)
that it should run the file called go.php
right now it works if I put .../go.php/12/13/
But I want it to look for .php files by itself
Do I need to add any modules for it to work ?
Thank you
How can I tell apche that if I put this url in the browser
.../go/12/13/
(there is no directory called 12 or 13 only a go.php file)
that it should run the file called go.php
right now it works if I put .../go.php/12/13/
But I want it to look for .php files by itself
Do I need to add any modules for it to work ?
Thank you