I\'m creating a PHP Framework and I have some doubts...
The framework takes the url in this way: http:/web.com/site/index
http:/web.com/site/index
It takes the first paramet
Create /myBaseDirectory/public directory and put your files there - like index.php. This works because Apache sees this directory like base directory.
/myBaseDirectory/public
index.php