In Drupal 7, I could enable Clean-URLs by clicking the checkbox in configuration and the setting saved successfully. But, however, I am not too sure if clean urls are really working or not.
When I open my drupal website http://my-site/drupal/) and click on any thing, the url appears like this:
http://my-site/drupal/#overlay=admin/modules http://my-site//drupal/#overlay=admin/config I don't understand why the above links have that "#overlay="
But, when I type in a direct clean url path into a browser like the one below, it works too:
http://my-site/drupal/admin/modules http://my-site/drupal/admin/config What I don't understand is that "#overlay=" that automatically shows up in the url path when I click on any feature of my drupal site.