How to Allow access one directory with htaccess
RewriteCond %{REQUEST_URI} !/folderName
RewriteCond %{REQUEST_URI} !/folderName
# /etc/init.d/apache2 start$ sudo /etc/init.d/apache2 start# /etc/init.d/apache2 restart$ sudo /etc/init.d/apache2 restart# /etc/init.d/apache2 stop$ sudo /etc/init.d/apache2 stop