Tos Web Developer provides insights, tutorials, and advice around topics including content strategy, design, Drupal Development, Drupal Custom Module Development, Drupal 8 Custom themes, PHP, Server, Twig, and more

The .htaccess is a special file with a dot as the first character used by Apache server to control the configuration settings. This file controls the configuration at subdirectory level which means you can have a .htaccess file on each subdirectory to have different behavior for that directory.

Step 1.- Go to your Drupal project directory check .htacess file visible or not most of the time not visible.

Step 2.- In MAC OS we have to RUN some command for visible .htacess file
Open Spotlight menu – Command+Space button.

Screen+Shot+2018-10-27+at+7.02.12+PM


Step:- Run Following command

 defaults write com.apple.finder AppleShowAllFiles YES  

That command should run immediately and give you a new prompt. Now, type this next line exactly as shown and press the RETURN key:

 killall Finder 

Then go to your Drupal directory check all hidden file become the show.

Screen+Shot+2018-10-27+at+7.24.31+PM


 In this post, you learn how to show the hidden file in mac book thanks for the reading blog.

No comments:

Post a Comment

| Designed And Blog Post by www.toswebdeveloper.com