Iam a php developer, and iam new to drupal.I have installed a drupal site.
For normal php sites. we can find the file name from the browser path, for modification
for eg:
browser url : http://www.mysite.com/test/upload.php
File path :test/upload.php.
for drupal:http://localhost/mydreamhouse/article/557
what is file path?
for drupal :http://localhost/mydreamhouse/newslist
what is file path?
Is there any common way to find the file path in drupal?or can any one describe the flow of pages?
A Drupal URL does not have to correspond to a file, most of them are dynamically created from information in the database. See Understanding Drupal paths for more information.