Drupal Clean URLs

Having problems with Drupal Clean URLs working on XAMPP? I had to add this to my \xampp\apache\conf\extra\httpd-xammp.conf file: 

Alias /ameratravel-dp "D:/vhosts/mow_drupal/"

<Directory "D:/vhosts/mow_drupal">

  AllowOverride All

  Order allow,deny

  Allow from all

</Directory>

I'll find the link for this later.

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer