debugging - How do you debug php web page that has pretty urls in zend studio? -


I have read many tutorials on how to debug the php web page,

all are pretty good Except that I do not take any of these accounts .htaccess .

So these solutions will not work for web pages that contain plenty of URLs.

Has anyone thought this?

You should take a look at the architecture of the site, and see which framework is being used Each framework has different routing rules, which work with "beautiful" url.


Comments