Where to find .htaccess file in my Xampp localhost
.htaccess, apache, php
Solution
`.htaccess` sets directory specific settings and it can go in each web directory as needed to change settings.
Some server packages will include a blank/basic one in the root www dir.
If XAMPP doesn't include one, just create a text file and name it `.htaccess` and edit it however you need.
Problem
I have a simple problem here. I'm a beginner in using php and apache. Actually I want to modify some config in my .htaccess but i cant find in. Can anyone tell me where is it located. TIA.